Html Css Color HEX #BBD0E7 Tropical Blue

📋 copy color: '#BBD0E7'

red 187 ◦ green 208 ◦ blue 231

#BBD0E7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Blue #BBD0E7

Tints of Tropical Blue #BBD0E7

RGB

 RED value IS 187 (73.44% from 255) = 29.87%

 GREEN value IS 208 (81.64% from 255) = 33.23%

 BLUE value IS 231 (90.63% from 255) = 36.9%

R = 29.87%
G = 33.23%
B = 36.9%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBD0E7 (or 0xBBD0E7) is known color: Tropical Blue. HEX triplet: BB, D0 and E7. RGB value is (187,208,231). Sum of RGB (Red+Green+Blue) = 187+208+231=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 231 (90.62% from 255 or 36.90% from 626); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBD0E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD0E7 is #442F18. Grayscale: #CCCCCC. Windows color (decimal): -4468505 or 15192251. OLE color: 15192251.

HSL color Cylindrical-coordinate representation of color #BBD0E7: hue angle of 211.36º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBD0E7 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 208 231 -
CMYK 0.19 0.10 0 0.09
HSL 211.36º 0.48% 0.82% -
HSV(B) 211.36º 0.19% 0.91% -
XYZ 57.47 61.45 84.43 -
YUV 204.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 187 208 231 0.19 0.10 0 0.09 211.36 0.48 0.82
Hex BB D0 E7 13 A 0 9 D3 30 52
Octal 273 320 347 23 12 0 11 323 60 122
Binary 10111011 11010000 11100111 10011 1010 0 1001 11010011 110000 1010010

Color Harmonies of #BBD0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD0E7

Black with #BBD0E7

Text Example


Text Example

White with #BBD0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD0E7; }

 p { color: rgb(187,208,231); }

 H1.HeaderClassName
 {
   color: #BBD0E7;
 }
 .AnyTagClassName
 {
   color: #BBD0E7;
 }
</style>

background-color css

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

 a { background-color: rgb(187,208,231); }

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

border-color css

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

 span { border-color: rgb(187,208,231); }

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