Html Css Color HEX #BBD2EC Tropical Blue

📋 copy color: '#BBD2EC'

red 187 ◦ green 210 ◦ blue 236

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

Shades of Tropical Blue #BBD2EC

Tints of Tropical Blue #BBD2EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.28%

R = 29.54%
G = 33.18%
B = 37.28%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBD2EC (or 0xBBD2EC) is known color: Tropical Blue. HEX triplet: BB, D2 and EC. RGB value is (187,210,236). Sum of RGB (Red+Green+Blue) = 187+210+236=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBD2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD2EC is #442D13. Grayscale: #CDCDCD. Windows color (decimal): -4467988 or 15520443. OLE color: 15520443.

HSL color Cylindrical-coordinate representation of color #BBD2EC: hue angle of 211.84º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBD2EC is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 210 236 -
CMYK 0.21 0.11 0 0.07
HSL 211.84º 0.56% 0.83% -
HSV(B) 211.84º 0.21% 0.93% -
XYZ 58.68 62.71 88.37 -
YUV 206.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 187 210 236 0.21 0.11 0 0.07 211.84 0.56 0.83
Hex BB D2 EC 15 B 0 7 D4 38 53
Octal 273 322 354 25 13 0 7 324 70 123
Binary 10111011 11010010 11101100 10101 1011 0 111 11010100 111000 1010011

Color Harmonies of #BBD2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD2EC

Black with #BBD2EC

Text Example


Text Example

White with #BBD2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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