Html Css Color HEX #BBD2EA Tropical Blue

📋 copy color: '#BBD2EA'

red 187 ◦ green 210 ◦ blue 234

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

Shades of Tropical Blue #BBD2EA

Tints of Tropical Blue #BBD2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.08%

R = 29.64%
G = 33.28%
B = 37.08%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBD2EA (or 0xBBD2EA) is known color: Tropical Blue. HEX triplet: BB, D2 and EA. RGB value is (187,210,234). Sum of RGB (Red+Green+Blue) = 187+210+234=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBD2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD2EA is #442D15. Grayscale: #CDCDCD. Windows color (decimal): -4467990 or 15389371. OLE color: 15389371.

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

Color convert

RGB 187 210 234 -
CMYK 0.20 0.10 0 0.08
HSL 210.64º 0.53% 0.83% -
HSV(B) 210.64º 0.2% 0.92% -
XYZ 58.39 62.6 86.85 -
YUV 205.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 187 210 234 0.20 0.10 0 0.08 210.64 0.53 0.83
Hex BB D2 EA 14 A 0 8 D3 35 53
Octal 273 322 352 24 12 0 10 323 65 123
Binary 10111011 11010010 11101010 10100 1010 0 1000 11010011 110101 1010011

Color Harmonies of #BBD2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD2EA

Black with #BBD2EA

Text Example


Text Example

White with #BBD2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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