#BBCFEE

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

Shades of Periwinkle #BBCFEE

Tints of Periwinkle #BBCFEE

Color information

#BBCFEE (or 0xBBCFEE) is unknown color: approx Periwinkle. HEX triplet: BB, CF and EE. RGB value is (187,207,238). Sum of RGB (Red+Green+Blue) = 187+207+238=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBCFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFEE is #443011. Grayscale: #CCCCCC. Windows color (decimal): -4468754 or 15650747. OLE color: 15650747.

HSL color Cylindrical-coordinate representation of color #BBCFEE: hue angle of 216.47º degrees, saturation: 0.6, 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 #BBCFEE is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187207238-
CMYK0.210.1300.07
HSL216.47º60%83.33%-
HSV(B)216.47º21.43%93.33%-
XYZ58.2461.3689.66-
YUV204.55146.87115.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.59%
GREEN value IS 207 (81.25% from 255) = 32.75%
BLUE value IS 238 (93.36% from 255) = 37.66%
R=29.59%
G=32.75%
B=37.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872072380.210.1300.07216.476083.33
HexBBCFEE15D07d83c53
Octal27331735625150733074123
Binary1011101111001111111011101010111010111110110001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFEE; }

 p { color: rgb(187,207,238); }

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

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

 a { background-color: rgb(187,207,238); }

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

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

 span { border-color: rgb(187,207,238); }

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