#BDCEF6

Color #BDCEF6 Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #BDCEF6

Tints of Periwinkle #BDCEF6

Color information

#BDCEF6 (or 0xBDCEF6) is unknown color: approx Periwinkle. HEX triplet: BD, CE and F6. RGB value is (189,206,246). Sum of RGB (Red+Green+Blue) = 189+206+246=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDCEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCEF6 is #423109. Grayscale: #CDCDCD. Windows color (decimal): -4337930 or 16174781. OLE color: 16174781.

HSL color Cylindrical-coordinate representation of color #BDCEF6: hue angle of 222.11º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDCEF6 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB189206246-
CMYK0.230.1600.04
HSL222.11º76%85.29%-
HSV(B)222.11º23.17%96.47%-
XYZ59.6961.6295.94-
YUV205.48150.87116.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 29.49%
GREEN value IS 206 (80.86% from 255) = 32.14%
BLUE value IS 246 (96.48% from 255) = 38.38%
R=29.49%
G=32.14%
B=38.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892062460.230.1600.04222.117685.29
HexBDCEF6171004de4c55
Octal275316366272004336114125
Binary101111011100111011110110101111000001001101111010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCEF6; }

 p { color: rgb(189,206,246); }

 H1.HeaderClassName
 {
   color: #BDCEF6;
 }
 .AnyTagClassName
 {
   color: #BDCEF6;
 }
</style>
background-color css

<style>
 a { background-color: #BDCEF6; }

 a { background-color: rgb(189,206,246); }

 div.DivClassName
 {
   background-color: #BDCEF6;
 }
 .BgClassName
 {
   background-color: #BDCEF6;
 }
</style>
border-color css

<style>
 span { border-color: #BDCEF6; }

 span { border-color: rgb(189,206,246); }

 td.TdClassName
 {
   border-color: #BDCEF6;
 }
 .TagClassName
 {
   border-color: #BDCEF6;
 }
</style>