Html Css Color HEX #BBD1E4 Tropical Blue

📋 copy color: '#BBD1E4'

red 187 ◦ green 209 ◦ blue 228

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

Shades of Tropical Blue #BBD1E4

Tints of Tropical Blue #BBD1E4

RGB

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

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

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

R = 29.97%
G = 33.49%
B = 36.54%

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

#BBD1E4 (or 0xBBD1E4) is known color: Tropical Blue. HEX triplet: BB, D1 and E4. RGB value is (187,209,228). Sum of RGB (Red+Green+Blue) = 187+209+228=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 228 (89.45% from 255 or 36.54% from 624); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBD1E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1E4 is #442E1B. Grayscale: #CCCCCC. Windows color (decimal): -4468252 or 14995899. OLE color: 14995899.

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

Color convert

RGB 187 209 228 -
CMYK 0.18 0.08 0 0.11
HSL 207.8º 0.43% 0.81% -
HSV(B) 207.8º 0.18% 0.89% -
XYZ 57.3 61.77 82.3 -
YUV 204.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 187 209 228 0.18 0.08 0 0.11 207.8 0.43 0.81
Hex BB D1 E4 12 8 0 B D0 2B 51
Octal 273 321 344 22 10 0 13 320 53 121
Binary 10111011 11010001 11100100 10010 1000 0 1011 11010000 101011 1010001

Color Harmonies of #BBD1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD1E4

Black with #BBD1E4

Text Example


Text Example

White with #BBD1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD1E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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