Html Css Color HEX #BBD2E4 Tropical Blue

📋 copy color: '#BBD2E4'

red 187 ◦ green 210 ◦ blue 228

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

Shades of Tropical Blue #BBD2E4

Tints of Tropical Blue #BBD2E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.48%

R = 29.92%
G = 33.6%
B = 36.48%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BBD2E4 (or 0xBBD2E4) is known color: Tropical Blue. HEX triplet: BB, D2 and E4. RGB value is (187,210,228). Sum of RGB (Red+Green+Blue) = 187+210+228=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBD2E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD2E4 is #442D1B. Grayscale: #CDCDCD. Windows color (decimal): -4467996 or 14996155. OLE color: 14996155.

HSL color Cylindrical-coordinate representation of color #BBD2E4: hue angle of 206.34º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBD2E4 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 210 228 -
CMYK 0.18 0.08 0 0.11
HSL 206.34º 0.43% 0.81% -
HSV(B) 206.34º 0.18% 0.89% -
XYZ 57.54 62.26 82.38 -
YUV 205.18 140.88 115.04 -
System Red Green Blue C M Y K H S L
Decimal 187 210 228 0.18 0.08 0 0.11 206.34 0.43 0.81
Hex BB D2 E4 12 8 0 B CE 2B 51
Octal 273 322 344 22 10 0 13 316 53 121
Binary 10111011 11010010 11100100 10010 1000 0 1011 11001110 101011 1010001

Color Harmonies of #BBD2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD2E4

Black with #BBD2E4

Text Example


Text Example

White with #BBD2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD2E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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