Html Css Color HEX #B9F8CF Granny Apple

📋 copy color: '#B9F8CF'

red 185 ◦ green 248 ◦ blue 207

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

Shades of Granny Apple #B9F8CF

Tints of Granny Apple #B9F8CF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.75%

 BLUE value IS 207 (81.25% from 255) = 32.34%

R = 28.91%
G = 38.75%
B = 32.34%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#B9F8CF (or 0xB9F8CF) is known color: Granny Apple. HEX triplet: B9, F8 and CF. RGB value is (185,248,207). Sum of RGB (Red+Green+Blue) = 185+248+207=640 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.91% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 248 - color contains mainly: green. Hex color #B9F8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F8CF is #460730. Grayscale: #E0E0E0. Windows color (decimal): -4589361 or 13629625. OLE color: 13629625.

HSL color Cylindrical-coordinate representation of color #B9F8CF: hue angle of 140.95º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9F8CF is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 185 248 207 -
CMYK 0.25 0 0.17 0.03
HSL 140.95º 0.82% 0.85% -
HSV(B) 140.95º 0.25% 0.97% -
XYZ 64.84 81.95 71.43 -
YUV 224.49 118.13 99.83 -
System Red Green Blue C M Y K H S L
Decimal 185 248 207 0.25 0 0.17 0.03 140.95 0.82 0.85
Hex B9 F8 CF 19 0 11 3 8D 52 55
Octal 271 370 317 31 0 21 3 215 122 125
Binary 10111001 11111000 11001111 11001 0 10001 11 10001101 1010010 1010101

Color Harmonies of #B9F8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F8CF

Black with #B9F8CF

Text Example


Text Example

White with #B9F8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F8CF; }

 p { color: rgb(185,248,207); }

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

background-color css

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

 a { background-color: rgb(185,248,207); }

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

border-color css

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

 span { border-color: rgb(185,248,207); }

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