Html Css Color HEX #B9E7E6 Pale Turquoise

📋 copy color: '#B9E7E6'

red 185 ◦ green 231 ◦ blue 230

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

Shades of Pale Turquoise #B9E7E6

Tints of Pale Turquoise #B9E7E6

RGB

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

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

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

R = 28.64%
G = 35.76%
B = 35.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.00

 K value IS 0.09

RGB Variations

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

Color information

#B9E7E6 (or 0xB9E7E6) is known color: Pale Turquoise. HEX triplet: B9, E7 and E6. RGB value is (185,231,230). Sum of RGB (Red+Green+Blue) = 185+231+230=646 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.64% from 646); Green value is 231 (90.62% from 255 or 35.76% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 231 - color contains mainly: green. Hex color #B9E7E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9E7E6 is #461819. Grayscale: #D9D9D9. Windows color (decimal): -4593690 or 15132601. OLE color: 15132601.

HSL color Cylindrical-coordinate representation of color #B9E7E6: hue angle of 178.7º 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 #B9E7E6 is Cyan = 0.20, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 231 230 -
CMYK 0.20 0 0.00 0.09
HSL 178.7º 0.49% 0.82% -
HSV(B) 178.7º 0.2% 0.91% -
XYZ 62.87 73.18 85.67 -
YUV 217.13 135.26 105.08 -
System Red Green Blue C M Y K H S L
Decimal 185 231 230 0.20 0 0.00 0.09 178.7 0.49 0.82
Hex B9 E7 E6 14 0 0 9 B3 31 52
Octal 271 347 346 24 0 0 11 263 61 122
Binary 10111001 11100111 11100110 10100 0 0 1001 10110011 110001 1010010

Color Harmonies of #B9E7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E7E6

Black with #B9E7E6

Text Example


Text Example

White with #B9E7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E7E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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