Html Css Color HEX #B9FCCF Granny Apple

📋 copy color: '#B9FCCF'

red 185 ◦ green 252 ◦ blue 207

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

Shades of Granny Apple #B9FCCF

Tints of Granny Apple #B9FCCF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.13%

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

R = 28.73%
G = 39.13%
B = 32.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#B9FCCF (or 0xB9FCCF) is known color: Granny Apple. HEX triplet: B9, FC and CF. RGB value is (185,252,207). Sum of RGB (Red+Green+Blue) = 185+252+207=644 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.73% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FCCF is #460330. Grayscale: #E2E2E2. Windows color (decimal): -4588337 or 13630649. OLE color: 13630649.

HSL color Cylindrical-coordinate representation of color #B9FCCF: hue angle of 139.7º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FCCF is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 252 207 -
CMYK 0.27 0 0.18 0.01
HSL 139.7º 0.92% 0.86% -
HSV(B) 139.7º 0.27% 0.99% -
XYZ 66.08 84.44 71.85 -
YUV 226.84 116.8 98.16 -
System Red Green Blue C M Y K H S L
Decimal 185 252 207 0.27 0 0.18 0.01 139.7 0.92 0.86
Hex B9 FC CF 1B 0 12 1 8C 5C 56
Octal 271 374 317 33 0 22 1 214 134 126
Binary 10111001 11111100 11001111 11011 0 10010 1 10001100 1011100 1010110

Color Harmonies of #B9FCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FCCF

Black with #B9FCCF

Text Example


Text Example

White with #B9FCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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