#BBC4F0

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

Shades of Periwinkle #BBC4F0

Tints of Periwinkle #BBC4F0

Color information

#BBC4F0 (or 0xBBC4F0) is unknown color: approx Periwinkle. HEX triplet: BB, C4 and F0. RGB value is (187,196,240). Sum of RGB (Red+Green+Blue) = 187+196+240=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 196 (76.95% from 255 or 31.46% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBC4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC4F0 is #443B0F. Grayscale: #C6C6C6. Windows color (decimal): -4471568 or 15779003. OLE color: 15779003.

HSL color Cylindrical-coordinate representation of color #BBC4F0: hue angle of 229.81º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBC4F0 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187196240-
CMYK0.220.1800.06
HSL229.81º63.86%83.73%-
HSV(B)229.81º22.08%94.12%-
XYZ55.9656.3490.36-
YUV198.32151.52119.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.02%
GREEN value IS 196 (76.95% from 255) = 31.46%
BLUE value IS 240 (94.14% from 255) = 38.52%
R=30.02%
G=31.46%
B=38.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871962400.220.1800.06229.8163.8683.73
HexBBC4F0161206e64054
Octal273304360262206346100124
Binary101110111100010011110000101101001001101110011010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4F0; }

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

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

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

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

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

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

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

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