Html Css Color HEX #B9E9E5 Pale Turquoise

📋 copy color: '#B9E9E5'

red 185 ◦ green 233 ◦ blue 229

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

Shades of Pale Turquoise #B9E9E5

Tints of Pale Turquoise #B9E9E5

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.01%

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

R = 28.59%
G = 36.01%
B = 35.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#B9E9E5 (or 0xB9E9E5) is known color: Pale Turquoise. HEX triplet: B9, E9 and E5. RGB value is (185,233,229). Sum of RGB (Red+Green+Blue) = 185+233+229=647 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.59% from 647); Green value is 233 (91.41% from 255 or 36.01% from 647); Blue value is 229 (89.84% from 255 or 35.39% from 647); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9E9E5 is #46161A. Grayscale: #DADADA. Windows color (decimal): -4593179 or 15067577. OLE color: 15067577.

HSL color Cylindrical-coordinate representation of color #B9E9E5: hue angle of 175º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9E9E5 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 233 229 -
CMYK 0.21 0 0.02 0.09
HSL 175º 0.52% 0.82% -
HSV(B) 175º 0.21% 0.91% -
XYZ 63.29 74.25 85.12 -
YUV 218.19 134.1 104.33 -
System Red Green Blue C M Y K H S L
Decimal 185 233 229 0.21 0 0.02 0.09 175 0.52 0.82
Hex B9 E9 E5 15 0 2 9 AF 34 52
Octal 271 351 345 25 0 2 11 257 64 122
Binary 10111001 11101001 11100101 10101 0 10 1001 10101111 110100 1010010

Color Harmonies of #B9E9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E9E5

Black with #B9E9E5

Text Example


Text Example

White with #B9E9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E9E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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