#BCCFEA

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

Shades of Periwinkle #BCCFEA

Tints of Periwinkle #BCCFEA

Color information

#BCCFEA (or 0xBCCFEA) is unknown color: approx Periwinkle. HEX triplet: BC, CF and EA. RGB value is (188,207,234). Sum of RGB (Red+Green+Blue) = 188+207+234=629 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.89% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCCFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFEA is #433015. Grayscale: #CCCCCC. Windows color (decimal): -4403222 or 15388604. OLE color: 15388604.

HSL color Cylindrical-coordinate representation of color #BCCFEA: hue angle of 215.22º 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 #BCCFEA is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188207234-
CMYK0.200.1200.08
HSL215.22º52.27%82.75%-
HSV(B)215.22º19.66%91.76%-
XYZ57.961.2686.61-
YUV204.4144.71116.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.89%
GREEN value IS 207 (81.25% from 255) = 32.91%
BLUE value IS 234 (91.80% from 255) = 37.20%
R=29.89%
G=32.91%
B=37.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882072340.200.1200.08215.2252.2782.75
HexBCCFEA14C08d73453
Octal274317352241401032764123
Binary10111100110011111110101010100110001000110101111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFEA; }

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

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

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

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

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

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

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

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