#BBCEF1

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

Shades of Periwinkle #BBCEF1

Tints of Periwinkle #BBCEF1

Color information

#BBCEF1 (or 0xBBCEF1) is unknown color: approx Periwinkle. HEX triplet: BB, CE and F1. RGB value is (187,206,241). Sum of RGB (Red+Green+Blue) = 187+206+241=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBCEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEF1 is #44310E. Grayscale: #CCCCCC. Windows color (decimal): -4469007 or 15847099. OLE color: 15847099.

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

Color convert

RGB187206241-
CMYK0.220.1500.05
HSL218.89º65.85%83.92%-
HSV(B)218.89º22.41%94.51%-
XYZ58.4461.0691.92-
YUV204.31148.71115.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.50%
GREEN value IS 206 (80.86% from 255) = 32.49%
BLUE value IS 241 (94.53% from 255) = 38.01%
R=29.50%
G=32.49%
B=38.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872062410.220.1500.05218.8965.8583.92
HexBBCEF116F05db4254
Octal273316361261705333102124
Binary10111011110011101111000110110111101011101101110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCEF1; }

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

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

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

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

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

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

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

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