#BBCEF2

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

Shades of Periwinkle #BBCEF2

Tints of Periwinkle #BBCEF2

Color information

#BBCEF2 (or 0xBBCEF2) is unknown color: approx Periwinkle. HEX triplet: BB, CE and F2. RGB value is (187,206,242). Sum of RGB (Red+Green+Blue) = 187+206+242=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBCEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEF2 is #44310D. Grayscale: #CCCCCC. Windows color (decimal): -4469006 or 15912635. OLE color: 15912635.

HSL color Cylindrical-coordinate representation of color #BBCEF2: hue angle of 219.27º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBCEF2 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187206242-
CMYK0.230.1500.05
HSL219.27º67.9%84.12%-
HSV(B)219.27º22.73%94.9%-
XYZ58.5961.1292.71-
YUV204.42149.21115.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.45%
GREEN value IS 206 (80.86% from 255) = 32.44%
BLUE value IS 242 (94.92% from 255) = 38.11%
R=29.45%
G=32.44%
B=38.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872062420.230.1500.05219.2767.984.12
HexBBCEF217F05db4454
Octal273316362271705333104124
Binary10111011110011101111001010111111101011101101110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCEF2; }

 p { color: rgb(187,206,242); }

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

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

 a { background-color: rgb(187,206,242); }

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

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

 span { border-color: rgb(187,206,242); }

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