Html Css Color HEX #BBD2F9 Tropical Blue

📋 copy color: '#BBD2F9'

red 187 ◦ green 210 ◦ blue 249

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

Shades of Tropical Blue #BBD2F9

Tints of Tropical Blue #BBD2F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.54%

R = 28.95%
G = 32.51%
B = 38.54%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBD2F9 (or 0xBBD2F9) is known color: Tropical Blue. HEX triplet: BB, D2 and F9. RGB value is (187,210,249). Sum of RGB (Red+Green+Blue) = 187+210+249=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 210 (82.42% from 255 or 32.51% from 646); Blue value is 249 (97.66% from 255 or 38.54% from 646); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBD2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD2F9 is #442D06. Grayscale: #CFCFCF. Windows color (decimal): -4467975 or 16372411. OLE color: 16372411.

HSL color Cylindrical-coordinate representation of color #BBD2F9: hue angle of 217.74º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBD2F9 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 210 249 -
CMYK 0.25 0.16 0 0.02
HSL 217.74º 0.84% 0.85% -
HSV(B) 217.74º 0.25% 0.98% -
XYZ 60.64 63.5 98.68 -
YUV 207.57 151.38 113.33 -
System Red Green Blue C M Y K H S L
Decimal 187 210 249 0.25 0.16 0 0.02 217.74 0.84 0.85
Hex BB D2 F9 19 10 0 2 DA 54 55
Octal 273 322 371 31 20 0 2 332 124 125
Binary 10111011 11010010 11111001 11001 10000 0 10 11011010 1010100 1010101

Color Harmonies of #BBD2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD2F9

Black with #BBD2F9

Text Example


Text Example

White with #BBD2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD2F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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