Html Css Color HEX #BBD2EB Tropical Blue

📋 copy color: '#BBD2EB'

red 187 ◦ green 210 ◦ blue 235

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

Shades of Tropical Blue #BBD2EB

Tints of Tropical Blue #BBD2EB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.23%

 BLUE value IS 235 (92.19% from 255) = 37.18%

R = 29.59%
G = 33.23%
B = 37.18%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBD2EB (or 0xBBD2EB) is known color: Tropical Blue. HEX triplet: BB, D2 and EB. RGB value is (187,210,235). Sum of RGB (Red+Green+Blue) = 187+210+235=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBD2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD2EB is #442D14. Grayscale: #CDCDCD. Windows color (decimal): -4467989 or 15454907. OLE color: 15454907.

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

Color convert

RGB 187 210 235 -
CMYK 0.20 0.11 0 0.08
HSL 211.25º 0.55% 0.83% -
HSV(B) 211.25º 0.2% 0.92% -
XYZ 58.54 62.66 87.61 -
YUV 205.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 187 210 235 0.20 0.11 0 0.08 211.25 0.55 0.83
Hex BB D2 EB 14 B 0 8 D3 37 53
Octal 273 322 353 24 13 0 10 323 67 123
Binary 10111011 11010010 11101011 10100 1011 0 1000 11010011 110111 1010011

Color Harmonies of #BBD2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD2EB

Black with #BBD2EB

Text Example


Text Example

White with #BBD2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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