#BBC4F4

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

Shades of Periwinkle #BBC4F4

Tints of Periwinkle #BBC4F4

Color information

#BBC4F4 (or 0xBBC4F4) is unknown color: approx Periwinkle. HEX triplet: BB, C4 and F4. RGB value is (187,196,244). Sum of RGB (Red+Green+Blue) = 187+196+244=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 196 (76.95% from 255 or 31.26% from 627); Blue value is 244 (95.70% from 255 or 38.92% from 627); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBC4F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC4F4 is #443B0B. Grayscale: #C6C6C6. Windows color (decimal): -4471564 or 16041147. OLE color: 16041147.

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

Color convert

RGB187196244-
CMYK0.230.2000.04
HSL230.53º72.15%84.51%-
HSV(B)230.53º23.36%95.69%-
XYZ56.5656.5893.53-
YUV198.78153.52119.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.82%
GREEN value IS 196 (76.95% from 255) = 31.26%
BLUE value IS 244 (95.70% from 255) = 38.92%
R=29.82%
G=31.26%
B=38.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1871962440.230.2000.04230.5372.1584.51
HexBBC4F4171404e74855
Octal273304364272404347110125
Binary101110111100010011110100101111010001001110011110010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4F4; }

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

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

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

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

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

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

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

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