Html Css Color HEX #BBD0E8 Tropical Blue

📋 copy color: '#BBD0E8'

red 187 ◦ green 208 ◦ blue 232

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

Shades of Tropical Blue #BBD0E8

Tints of Tropical Blue #BBD0E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37%

R = 29.82%
G = 33.17%
B = 37%

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

#BBD0E8 (or 0xBBD0E8) is known color: Tropical Blue. HEX triplet: BB, D0 and E8. RGB value is (187,208,232). Sum of RGB (Red+Green+Blue) = 187+208+232=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBD0E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD0E8 is #442F17. Grayscale: #CCCCCC. Windows color (decimal): -4468504 or 15257787. OLE color: 15257787.

HSL color Cylindrical-coordinate representation of color #BBD0E8: hue angle of 212º degrees, saturation: 0.49, 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 #BBD0E8 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 208 232 -
CMYK 0.19 0.10 0 0.09
HSL 212º 0.49% 0.82% -
HSV(B) 212º 0.19% 0.91% -
XYZ 57.61 61.5 85.18 -
YUV 204.46 143.54 115.55 -
System Red Green Blue C M Y K H S L
Decimal 187 208 232 0.19 0.10 0 0.09 212 0.49 0.82
Hex BB D0 E8 13 A 0 9 D4 31 52
Octal 273 320 350 23 12 0 11 324 61 122
Binary 10111011 11010000 11101000 10011 1010 0 1001 11010100 110001 1010010

Color Harmonies of #BBD0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD0E8

Black with #BBD0E8

Text Example


Text Example

White with #BBD0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD0E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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