#BCCFEB

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

Shades of Periwinkle #BCCFEB

Tints of Periwinkle #BCCFEB

Color information

#BCCFEB (or 0xBCCFEB) is unknown color: approx Periwinkle. HEX triplet: BC, CF and EB. RGB value is (188,207,235). Sum of RGB (Red+Green+Blue) = 188+207+235=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCCFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCFEB is #433014. Grayscale: #CCCCCC. Windows color (decimal): -4403221 or 15454140. OLE color: 15454140.

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

Color convert

RGB188207235-
CMYK0.20.1200.08
HSL215.74º54.02%82.94%-
HSV(B)215.74º20%92.16%-
XYZ58.0561.3287.37-
YUV204.51145.21116.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.84%
GREEN value IS 207 (81.25% from 255) = 32.86%
BLUE value IS 235 (92.19% from 255) = 37.30%
R=29.84%
G=32.86%
B=37.30%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882072350.20.1200.08215.7454.0282.94
HexBCCFEB14C08d83653
Octal274317353241401033066123
Binary10111100110011111110101110100110001000110110001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCFEB; }

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

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

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

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

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

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

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

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