#BBCFE4

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

Shades of Tropical Blue #BBCFE4

Tints of Tropical Blue #BBCFE4

Color information

#BBCFE4 (or 0xBBCFE4) is unknown color: approx Tropical Blue. HEX triplet: BB, CF and E4. RGB value is (187,207,228). Sum of RGB (Red+Green+Blue) = 187+207+228=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBCFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFE4 is #44301B. Grayscale: #CBCBCB. Windows color (decimal): -4468764 or 14995387. OLE color: 14995387.

HSL color Cylindrical-coordinate representation of color #BBCFE4: hue angle of 210.73º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBCFE4 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187207228-
CMYK0.180.0900.11
HSL210.73º43.16%81.37%-
HSV(B)210.73º17.98%89.41%-
XYZ56.8160.7982.14-
YUV203.41141.87116.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.06%
GREEN value IS 207 (81.25% from 255) = 33.28%
BLUE value IS 228 (89.45% from 255) = 36.66%
R=30.06%
G=33.28%
B=36.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872072280.180.0900.11210.7343.1681.37
HexBBCFE41290Bd32b51
Octal273317344221101332353121
Binary10111011110011111110010010010100101011110100111010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFE4; }

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

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

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

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

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

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

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

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