Html Css Color HEX #B2CEE9 Tropical Blue

📋 copy color: '#B2CEE9'

red 178 ◦ green 206 ◦ blue 233

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

Shades of Tropical Blue #B2CEE9

Tints of Tropical Blue #B2CEE9

RGB

 RED value IS 178 (69.92% from 255) = 28.85%

 GREEN value IS 206 (80.86% from 255) = 33.39%

 BLUE value IS 233 (91.41% from 255) = 37.76%

R = 28.85%
G = 33.39%
B = 37.76%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B2CEE9 (or 0xB2CEE9) is known color: Tropical Blue. HEX triplet: B2, CE and E9. RGB value is (178,206,233). Sum of RGB (Red+Green+Blue) = 178+206+233=617 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.85% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 233 (91.41% from 255 or 37.76% from 617); Max value from RGB is 233 - color contains mainly: blue. Hex color #B2CEE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2CEE9 is #4D3116. Grayscale: #C8C8C8. Windows color (decimal): -5058839 or 15322802. OLE color: 15322802.

HSL color Cylindrical-coordinate representation of color #B2CEE9: hue angle of 209.45º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2CEE9 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 206 233 -
CMYK 0.24 0.12 0 0.09
HSL 209.45º 0.56% 0.81% -
HSV(B) 209.45º 0.24% 0.91% -
XYZ 55.14 59.49 85.67 -
YUV 200.71 146.22 111.8 -
System Red Green Blue C M Y K H S L
Decimal 178 206 233 0.24 0.12 0 0.09 209.45 0.56 0.81
Hex B2 CE E9 18 C 0 9 D1 38 51
Octal 262 316 351 30 14 0 11 321 70 121
Binary 10110010 11001110 11101001 11000 1100 0 1001 11010001 111000 1010001

Color Harmonies of #B2CEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CEE9

Black with #B2CEE9

Text Example


Text Example

White with #B2CEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CEE9; }

 p { color: rgb(178,206,233); }

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

background-color css

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

 a { background-color: rgb(178,206,233); }

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

border-color css

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

 span { border-color: rgb(178,206,233); }

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