Html Css Color HEX #BBD1ED Tropical Blue

📋 copy color: '#BBD1ED'

red 187 ◦ green 209 ◦ blue 237

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

Shades of Tropical Blue #BBD1ED

Tints of Tropical Blue #BBD1ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.44%

R = 29.54%
G = 33.02%
B = 37.44%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBD1ED (or 0xBBD1ED) is known color: Tropical Blue. HEX triplet: BB, D1 and ED. RGB value is (187,209,237). Sum of RGB (Red+Green+Blue) = 187+209+237=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBD1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD1ED is #442E12. Grayscale: #CDCDCD. Windows color (decimal): -4468243 or 15585723. OLE color: 15585723.

HSL color Cylindrical-coordinate representation of color #BBD1ED: hue angle of 213.6º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBD1ED is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 209 237 -
CMYK 0.21 0.12 0 0.07
HSL 213.6º 0.58% 0.83% -
HSV(B) 213.6º 0.21% 0.93% -
XYZ 58.58 62.28 89.05 -
YUV 205.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 187 209 237 0.21 0.12 0 0.07 213.6 0.58 0.83
Hex BB D1 ED 15 C 0 7 D6 3A 53
Octal 273 321 355 25 14 0 7 326 72 123
Binary 10111011 11010001 11101101 10101 1100 0 111 11010110 111010 1010011

Color Harmonies of #BBD1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD1ED

Black with #BBD1ED

Text Example


Text Example

White with #BBD1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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