Html Css Color HEX #BBD1EC Tropical Blue

📋 copy color: '#BBD1EC'

red 187 ◦ green 209 ◦ blue 236

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

Shades of Tropical Blue #BBD1EC

Tints of Tropical Blue #BBD1EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.34%

R = 29.59%
G = 33.07%
B = 37.34%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBD1EC (or 0xBBD1EC) is known color: Tropical Blue. HEX triplet: BB, D1 and EC. RGB value is (187,209,236). Sum of RGB (Red+Green+Blue) = 187+209+236=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 209 (82.03% from 255 or 33.07% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBD1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD1EC is #442E13. Grayscale: #CDCDCD. Windows color (decimal): -4468244 or 15520187. OLE color: 15520187.

HSL color Cylindrical-coordinate representation of color #BBD1EC: hue angle of 213.06º degrees, saturation: 0.56, 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 #BBD1EC is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 209 236 -
CMYK 0.21 0.11 0 0.07
HSL 213.06º 0.56% 0.83% -
HSV(B) 213.06º 0.21% 0.93% -
XYZ 58.43 62.22 88.29 -
YUV 205.5 145.21 114.8 -
System Red Green Blue C M Y K H S L
Decimal 187 209 236 0.21 0.11 0 0.07 213.06 0.56 0.83
Hex BB D1 EC 15 B 0 7 D5 38 53
Octal 273 321 354 25 13 0 7 325 70 123
Binary 10111011 11010001 11101100 10101 1011 0 111 11010101 111000 1010011

Color Harmonies of #BBD1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD1EC

Black with #BBD1EC

Text Example


Text Example

White with #BBD1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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