Html Css Color HEX #BBD3EA Tropical Blue

📋 copy color: '#BBD3EA'

red 187 ◦ green 211 ◦ blue 234

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

Shades of Tropical Blue #BBD3EA

Tints of Tropical Blue #BBD3EA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.39%

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

R = 29.59%
G = 33.39%
B = 37.03%

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

#BBD3EA (or 0xBBD3EA) is known color: Tropical Blue. HEX triplet: BB, D3 and EA. RGB value is (187,211,234). Sum of RGB (Red+Green+Blue) = 187+211+234=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBD3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD3EA is #442C15. Grayscale: #CECECE. Windows color (decimal): -4467734 or 15389627. OLE color: 15389627.

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

Color convert

RGB 187 211 234 -
CMYK 0.20 0.10 0 0.08
HSL 209.36º 0.53% 0.83% -
HSV(B) 209.36º 0.2% 0.92% -
XYZ 58.64 63.09 86.93 -
YUV 206.45 143.55 114.13 -
System Red Green Blue C M Y K H S L
Decimal 187 211 234 0.20 0.10 0 0.08 209.36 0.53 0.83
Hex BB D3 EA 14 A 0 8 D1 35 53
Octal 273 323 352 24 12 0 10 321 65 123
Binary 10111011 11010011 11101010 10100 1010 0 1000 11010001 110101 1010011

Color Harmonies of #BBD3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD3EA

Black with #BBD3EA

Text Example


Text Example

White with #BBD3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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