Html Css Color HEX #BBD3E8 Tropical Blue

📋 copy color: '#BBD3E8'

red 187 ◦ green 211 ◦ blue 232

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

Shades of Tropical Blue #BBD3E8

Tints of Tropical Blue #BBD3E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.83%

R = 29.68%
G = 33.49%
B = 36.83%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBD3E8 (or 0xBBD3E8) is known color: Tropical Blue. HEX triplet: BB, D3 and E8. RGB value is (187,211,232). Sum of RGB (Red+Green+Blue) = 187+211+232=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 211 (82.81% from 255 or 33.49% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBD3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD3E8 is #442C17. Grayscale: #CECECE. Windows color (decimal): -4467736 or 15258555. OLE color: 15258555.

HSL color Cylindrical-coordinate representation of color #BBD3E8: hue angle of 208º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBD3E8 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 211 232 -
CMYK 0.19 0.09 0 0.09
HSL 208º 0.49% 0.82% -
HSV(B) 208º 0.19% 0.91% -
XYZ 58.35 62.98 85.42 -
YUV 206.22 142.55 114.29 -
System Red Green Blue C M Y K H S L
Decimal 187 211 232 0.19 0.09 0 0.09 208 0.49 0.82
Hex BB D3 E8 13 9 0 9 D0 31 52
Octal 273 323 350 23 11 0 11 320 61 122
Binary 10111011 11010011 11101000 10011 1001 0 1001 11010000 110001 1010010

Color Harmonies of #BBD3E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD3E8

Black with #BBD3E8

Text Example


Text Example

White with #BBD3E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD3E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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