#BBCFF4

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

Shades of Periwinkle #BBCFF4

Tints of Periwinkle #BBCFF4

Color information

#BBCFF4 (or 0xBBCFF4) is unknown color: approx Periwinkle. HEX triplet: BB, CF and F4. RGB value is (187,207,244). Sum of RGB (Red+Green+Blue) = 187+207+244=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 244 (95.70% from 255 or 38.24% from 638); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBCFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFF4 is #44300B. Grayscale: #CDCDCD. Windows color (decimal): -4468748 or 16043963. OLE color: 16043963.

HSL color Cylindrical-coordinate representation of color #BBCFF4: hue angle of 218.95º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBCFF4 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187207244-
CMYK0.230.1500.04
HSL218.95º72.15%84.51%-
HSV(B)218.95º23.36%95.69%-
XYZ59.1461.7294.38-
YUV205.24149.87114.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.31%
GREEN value IS 207 (81.25% from 255) = 32.45%
BLUE value IS 244 (95.70% from 255) = 38.24%
R=29.31%
G=32.45%
B=38.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872072440.230.1500.04218.9572.1584.51
HexBBCFF417F04db4855
Octal273317364271704333110125
Binary10111011110011111111010010111111101001101101110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFF4; }

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

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

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

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

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

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

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

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