#BCD0EA

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

Shades of Periwinkle #BCD0EA

Tints of Periwinkle #BCD0EA

Color information

#BCD0EA (or 0xBCD0EA) is unknown color: approx Periwinkle. HEX triplet: BC, D0 and EA. RGB value is (188,208,234). Sum of RGB (Red+Green+Blue) = 188+208+234=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 208 (81.64% from 255 or 33.02% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCD0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD0EA is #432F15. Grayscale: #CCCCCC. Windows color (decimal): -4402966 or 15388860. OLE color: 15388860.

HSL color Cylindrical-coordinate representation of color #BCD0EA: hue angle of 213.91º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCD0EA is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188208234-
CMYK0.200.1100.08
HSL213.91º52.27%82.75%-
HSV(B)213.91º19.66%91.76%-
XYZ58.1561.7486.69-
YUV204.98144.37115.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.84%
GREEN value IS 208 (81.64% from 255) = 33.02%
BLUE value IS 234 (91.80% from 255) = 37.14%
R=29.84%
G=33.02%
B=37.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882082340.200.1100.08213.9152.2782.75
HexBCD0EA14B08d63453
Octal274320352241301032664123
Binary10111100110100001110101010100101101000110101101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD0EA; }

 p { color: rgb(188,208,234); }

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

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

 a { background-color: rgb(188,208,234); }

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

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

 span { border-color: rgb(188,208,234); }

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