#BBCFEB

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

Shades of Tropical Blue #BBCFEB

Tints of Tropical Blue #BBCFEB

Color information

#BBCFEB (or 0xBBCFEB) is unknown color: approx Tropical Blue. HEX triplet: BB, CF and EB. RGB value is (187,207,235). Sum of RGB (Red+Green+Blue) = 187+207+235=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBCFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFEB is #443014. Grayscale: #CCCCCC. Windows color (decimal): -4468757 or 15454139. OLE color: 15454139.

HSL color Cylindrical-coordinate representation of color #BBCFEB: hue angle of 215º degrees, saturation: 0.55, 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 #BBCFEB is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187207235-
CMYK0.200.1200.08
HSL215º54.55%82.75%-
HSV(B)215º20.43%92.16%-
XYZ57.861.1987.36-
YUV204.21145.37115.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.73%
GREEN value IS 207 (81.25% from 255) = 32.91%
BLUE value IS 235 (92.19% from 255) = 37.36%
R=29.73%
G=32.91%
B=37.36%

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
Decimal1872072350.200.1200.0821554.5582.75
HexBBCFEB14C08d73753
Octal273317353241401032767123
Binary10111011110011111110101110100110001000110101111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFEB; }

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

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

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

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

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

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

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

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