#BBCFF3

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

Shades of Periwinkle #BBCFF3

Tints of Periwinkle #BBCFF3

Color information

#BBCFF3 (or 0xBBCFF3) is unknown color: approx Periwinkle. HEX triplet: BB, CF and F3. RGB value is (187,207,243). Sum of RGB (Red+Green+Blue) = 187+207+243=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBCFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFF3 is #44300C. Grayscale: #CCCCCC. Windows color (decimal): -4468749 or 15978427. OLE color: 15978427.

HSL color Cylindrical-coordinate representation of color #BBCFF3: hue angle of 218.57º degrees, saturation: 0.7, 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 #BBCFF3 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187207243-
CMYK0.230.1500.05
HSL218.57º70%84.31%-
HSV(B)218.57º23.05%95.29%-
XYZ58.9861.6693.59-
YUV205.12149.37115.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.36%
GREEN value IS 207 (81.25% from 255) = 32.50%
BLUE value IS 243 (95.31% from 255) = 38.15%
R=29.36%
G=32.50%
B=38.15%

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
Decimal1872072430.230.1500.05218.577084.31
HexBBCFF317F05db4654
Octal273317363271705333106124
Binary10111011110011111111001110111111101011101101110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFF3; }

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

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

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

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

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

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

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

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