Html Css Color HEX #BBD1EA Tropical Blue

📋 copy color: '#BBD1EA'

red 187 ◦ green 209 ◦ blue 234

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

Shades of Tropical Blue #BBD1EA

Tints of Tropical Blue #BBD1EA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.17%

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

R = 29.68%
G = 33.17%
B = 37.14%

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

#BBD1EA (or 0xBBD1EA) is known color: Tropical Blue. HEX triplet: BB, D1 and EA. RGB value is (187,209,234). Sum of RGB (Red+Green+Blue) = 187+209+234=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBD1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD1EA is #442E15. Grayscale: #CDCDCD. Windows color (decimal): -4468246 or 15389115. OLE color: 15389115.

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

Color convert

RGB 187 209 234 -
CMYK 0.20 0.11 0 0.08
HSL 211.91º 0.53% 0.83% -
HSV(B) 211.91º 0.2% 0.92% -
XYZ 58.15 62.11 86.77 -
YUV 205.27 144.21 114.97 -
System Red Green Blue C M Y K H S L
Decimal 187 209 234 0.20 0.11 0 0.08 211.91 0.53 0.83
Hex BB D1 EA 14 B 0 8 D4 35 53
Octal 273 321 352 24 13 0 10 324 65 123
Binary 10111011 11010001 11101010 10100 1011 0 1000 11010100 110101 1010011

Color Harmonies of #BBD1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD1EA

Black with #BBD1EA

Text Example


Text Example

White with #BBD1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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