Html Css Color HEX #B9E7E5 Pale Turquoise

📋 copy color: '#B9E7E5'

red 185 ◦ green 231 ◦ blue 229

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

Shades of Pale Turquoise #B9E7E5

Tints of Pale Turquoise #B9E7E5

RGB

 RED value IS 185 (72.66% from 255) = 28.68%

 GREEN value IS 231 (90.63% from 255) = 35.81%

 BLUE value IS 229 (89.84% from 255) = 35.5%

R = 28.68%
G = 35.81%
B = 35.5%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#B9E7E5 (or 0xB9E7E5) is known color: Pale Turquoise. HEX triplet: B9, E7 and E5. RGB value is (185,231,229). Sum of RGB (Red+Green+Blue) = 185+231+229=645 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.68% from 645); Green value is 231 (90.62% from 255 or 35.81% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 231 - color contains mainly: green. Hex color #B9E7E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E7E5 is #46181A. Grayscale: #D8D8D8. Windows color (decimal): -4593691 or 15067065. OLE color: 15067065.

HSL color Cylindrical-coordinate representation of color #B9E7E5: hue angle of 177.39º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9E7E5 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 231 229 -
CMYK 0.20 0 0.01 0.09
HSL 177.39º 0.49% 0.82% -
HSV(B) 177.39º 0.2% 0.91% -
XYZ 62.73 73.12 84.94 -
YUV 217.02 134.76 105.16 -
System Red Green Blue C M Y K H S L
Decimal 185 231 229 0.20 0 0.01 0.09 177.39 0.49 0.82
Hex B9 E7 E5 14 0 1 9 B1 31 52
Octal 271 347 345 24 0 1 11 261 61 122
Binary 10111001 11100111 11100101 10100 0 1 1001 10110001 110001 1010010

Color Harmonies of #B9E7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E7E5

Black with #B9E7E5

Text Example


Text Example

White with #B9E7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E7E5; }

 p { color: rgb(185,231,229); }

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

background-color css

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

 a { background-color: rgb(185,231,229); }

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

border-color css

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

 span { border-color: rgb(185,231,229); }

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