#BBCFEA

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

Shades of Tropical Blue #BBCFEA

Tints of Tropical Blue #BBCFEA

Color information

#BBCFEA (or 0xBBCFEA) is unknown color: approx Tropical Blue. HEX triplet: BB, CF and EA. RGB value is (187,207,234). Sum of RGB (Red+Green+Blue) = 187+207+234=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBCFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFEA is #443015. Grayscale: #CBCBCB. Windows color (decimal): -4468758 or 15388603. OLE color: 15388603.

HSL color Cylindrical-coordinate representation of color #BBCFEA: hue angle of 214.47º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBCFEA is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187207234-
CMYK0.200.1200.08
HSL214.47º52.81%82.55%-
HSV(B)214.47º20.09%91.76%-
XYZ57.6661.1386.6-
YUV204.1144.87115.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.78%
GREEN value IS 207 (81.25% from 255) = 32.96%
BLUE value IS 234 (91.80% from 255) = 37.26%
R=29.78%
G=32.96%
B=37.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872072340.200.1200.08214.4752.8182.55
HexBBCFEA14C08d63553
Octal273317352241401032665123
Binary10111011110011111110101010100110001000110101101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFEA; }

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

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

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

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

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

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

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

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