Html Css Color HEX #B9FAF0 Pale Turquoise

📋 copy color: '#B9FAF0'

red 185 ◦ green 250 ◦ blue 240

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

Shades of Pale Turquoise #B9FAF0

Tints of Pale Turquoise #B9FAF0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.04%

 BLUE value IS 240 (94.14% from 255) = 35.56%

R = 27.41%
G = 37.04%
B = 35.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#B9FAF0 (or 0xB9FAF0) is known color: Pale Turquoise. HEX triplet: B9, FA and F0. RGB value is (185,250,240). Sum of RGB (Red+Green+Blue) = 185+250+240=675 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.41% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 240 (94.14% from 255 or 35.56% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FAF0 is #46050F. Grayscale: #E5E5E5. Windows color (decimal): -4588816 or 15792825. OLE color: 15792825.

HSL color Cylindrical-coordinate representation of color #B9FAF0: hue angle of 170.77º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9FAF0 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 250 240 -
CMYK 0.26 0 0.04 0.02
HSL 170.77º 0.87% 0.85% -
HSV(B) 170.77º 0.26% 0.98% -
XYZ 69.92 84.98 95.15 -
YUV 229.43 133.97 96.31 -
System Red Green Blue C M Y K H S L
Decimal 185 250 240 0.26 0 0.04 0.02 170.77 0.87 0.85
Hex B9 FA F0 1A 0 4 2 AB 57 55
Octal 271 372 360 32 0 4 2 253 127 125
Binary 10111001 11111010 11110000 11010 0 100 10 10101011 1010111 1010101

Color Harmonies of #B9FAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FAF0

Black with #B9FAF0

Text Example


Text Example

White with #B9FAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FAF0; }

 p { color: rgb(185,250,240); }

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

background-color css

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

 a { background-color: rgb(185,250,240); }

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

border-color css

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

 span { border-color: rgb(185,250,240); }

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