#BBCFD5

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

Shades of Light Blue #BBCFD5

Tints of Light Blue #BBCFD5

Color information

#BBCFD5 (or 0xBBCFD5) is unknown color: approx Light Blue. HEX triplet: BB, CF and D5. RGB value is (187,207,213). Sum of RGB (Red+Green+Blue) = 187+207+213=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBCFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFD5 is #44302A. Grayscale: #C9C9C9. Windows color (decimal): -4468779 or 14012347. OLE color: 14012347.

HSL color Cylindrical-coordinate representation of color #BBCFD5: hue angle of 193.85º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBCFD5 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187207213-
CMYK0.120.0300.16
HSL193.85º23.64%78.43%-
HSV(B)193.85º12.21%83.53%-
XYZ54.8259.9971.64-
YUV201.7134.37117.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.81%
GREEN value IS 207 (81.25% from 255) = 34.10%
BLUE value IS 213 (83.59% from 255) = 35.09%
R=30.81%
G=34.10%
B=35.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872072130.120.0300.16193.8523.6478.43
HexBBCFD5C3010c2184e
Octal27331732514302030230116
Binary10111011110011111101010111001101000011000010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFD5; }

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

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

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

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

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

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

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

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