Html Css Color HEX #BFF4CB Granny Apple

📋 copy color: '#BFF4CB'

red 191 ◦ green 244 ◦ blue 203

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

Shades of Granny Apple #BFF4CB

Tints of Granny Apple #BFF4CB

RGB

 RED value IS 191 (75% from 255) = 29.94%

 GREEN value IS 244 (95.7% from 255) = 38.24%

 BLUE value IS 203 (79.69% from 255) = 31.82%

R = 29.94%
G = 38.24%
B = 31.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#BFF4CB (or 0xBFF4CB) is known color: Granny Apple. HEX triplet: BF, F4 and CB. RGB value is (191,244,203). Sum of RGB (Red+Green+Blue) = 191+244+203=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 244 (95.70% from 255 or 38.24% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF4CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF4CB is #400B34. Grayscale: #DFDFDF. Windows color (decimal): -4197173 or 13366463. OLE color: 13366463.

HSL color Cylindrical-coordinate representation of color #BFF4CB: hue angle of 133.58º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF4CB is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 244 203 -
CMYK 0.22 0 0.17 0.04
HSL 133.58º 0.71% 0.85% -
HSV(B) 133.58º 0.22% 0.96% -
XYZ 64.62 80.09 68.55 -
YUV 223.48 116.44 104.83 -
System Red Green Blue C M Y K H S L
Decimal 191 244 203 0.22 0 0.17 0.04 133.58 0.71 0.85
Hex BF F4 CB 16 0 11 4 86 47 55
Octal 277 364 313 26 0 21 4 206 107 125
Binary 10111111 11110100 11001011 10110 0 10001 100 10000110 1000111 1010101

Color Harmonies of #BFF4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF4CB

Black with #BFF4CB

Text Example


Text Example

White with #BFF4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF4CB; }

 p { color: rgb(191,244,203); }

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

background-color css

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

 a { background-color: rgb(191,244,203); }

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

border-color css

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

 span { border-color: rgb(191,244,203); }

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