Html Css Color HEX #BBD2E6 Tropical Blue

📋 copy color: '#BBD2E6'

red 187 ◦ green 210 ◦ blue 230

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

Shades of Tropical Blue #BBD2E6

Tints of Tropical Blue #BBD2E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.68%

R = 29.82%
G = 33.49%
B = 36.68%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBD2E6 (or 0xBBD2E6) is known color: Tropical Blue. HEX triplet: BB, D2 and E6. RGB value is (187,210,230). Sum of RGB (Red+Green+Blue) = 187+210+230=627 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.82% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBD2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD2E6 is #442D19. Grayscale: #CDCDCD. Windows color (decimal): -4467994 or 15127227. OLE color: 15127227.

HSL color Cylindrical-coordinate representation of color #BBD2E6: hue angle of 207.91º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBD2E6 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 210 230 -
CMYK 0.19 0.09 0 0.10
HSL 207.91º 0.46% 0.82% -
HSV(B) 207.91º 0.19% 0.9% -
XYZ 57.82 62.37 83.85 -
YUV 205.4 141.88 114.87 -
System Red Green Blue C M Y K H S L
Decimal 187 210 230 0.19 0.09 0 0.10 207.91 0.46 0.82
Hex BB D2 E6 13 9 0 A D0 2E 52
Octal 273 322 346 23 11 0 12 320 56 122
Binary 10111011 11010010 11100110 10011 1001 0 1010 11010000 101110 1010010

Color Harmonies of #BBD2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD2E6

Black with #BBD2E6

Text Example


Text Example

White with #BBD2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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