Html Css Color HEX #BBD3ED Tropical Blue

📋 copy color: '#BBD3ED'

red 187 ◦ green 211 ◦ blue 237

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

Shades of Tropical Blue #BBD3ED

Tints of Tropical Blue #BBD3ED

RGB

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

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

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

R = 29.45%
G = 33.23%
B = 37.32%

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

#BBD3ED (or 0xBBD3ED) is known color: Tropical Blue. HEX triplet: BB, D3 and ED. RGB value is (187,211,237). Sum of RGB (Red+Green+Blue) = 187+211+237=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBD3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD3ED is #442C12. Grayscale: #CECECE. Windows color (decimal): -4467731 or 15586235. OLE color: 15586235.

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

Color convert

RGB 187 211 237 -
CMYK 0.21 0.11 0 0.07
HSL 211.2º 0.58% 0.83% -
HSV(B) 211.2º 0.21% 0.93% -
XYZ 59.07 63.27 89.22 -
YUV 206.79 145.05 113.89 -
System Red Green Blue C M Y K H S L
Decimal 187 211 237 0.21 0.11 0 0.07 211.2 0.58 0.83
Hex BB D3 ED 15 B 0 7 D3 3A 53
Octal 273 323 355 25 13 0 7 323 72 123
Binary 10111011 11010011 11101101 10101 1011 0 111 11010011 111010 1010011

Color Harmonies of #BBD3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD3ED

Black with #BBD3ED

Text Example


Text Example

White with #BBD3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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