#BCCBED

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

Shades of Periwinkle #BCCBED

Tints of Periwinkle #BCCBED

Color information

#BCCBED (or 0xBCCBED) is unknown color: approx Periwinkle. HEX triplet: BC, CB and ED. RGB value is (188,203,237). Sum of RGB (Red+Green+Blue) = 188+203+237=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCCBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCBED is #433412. Grayscale: #CACACA. Windows color (decimal): -4404243 or 15584188. OLE color: 15584188.

HSL color Cylindrical-coordinate representation of color #BCCBED: hue angle of 221.63º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCCBED is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188203237-
CMYK0.210.1400.07
HSL221.63º57.65%83.33%-
HSV(B)221.63º20.68%92.94%-
XYZ57.3859.5288.58-
YUV202.39147.53117.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.94%
GREEN value IS 203 (79.69% from 255) = 32.32%
BLUE value IS 237 (92.97% from 255) = 37.74%
R=29.94%
G=32.32%
B=37.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882032370.210.1400.07221.6357.6583.33
HexBCCBED15E07de3a53
Octal27431335525160733672123
Binary1011110011001011111011011010111100111110111101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCBED; }

 p { color: rgb(188,203,237); }

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

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

 a { background-color: rgb(188,203,237); }

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

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

 span { border-color: rgb(188,203,237); }

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