#BCCBEB

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

Shades of Periwinkle #BCCBEB

Tints of Periwinkle #BCCBEB

Color information

#BCCBEB (or 0xBCCBEB) is unknown color: approx Periwinkle. HEX triplet: BC, CB and EB. RGB value is (188,203,235). Sum of RGB (Red+Green+Blue) = 188+203+235=626 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.03% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCCBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCBEB is #433414. Grayscale: #CACACA. Windows color (decimal): -4404245 or 15453116. OLE color: 15453116.

HSL color Cylindrical-coordinate representation of color #BCCBEB: hue angle of 220.85º degrees, saturation: 0.54, 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 #BCCBEB is Cyan = 0.2, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188203235-
CMYK0.20.1400.08
HSL220.85º54.02%82.94%-
HSV(B)220.85º20%92.16%-
XYZ57.0959.487.05-
YUV202.16146.53117.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.03%
GREEN value IS 203 (79.69% from 255) = 32.43%
BLUE value IS 235 (92.19% from 255) = 37.54%
R=30.03%
G=32.43%
B=37.54%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882032350.20.1400.08220.8554.0282.94
HexBCCBEB14E08dd3653
Octal274313353241601033566123
Binary10111100110010111110101110100111001000110111011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCBEB; }

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

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

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

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

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

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

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

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