Html Css Color HEX #BFF2CB Granny Apple

📋 copy color: '#BFF2CB'

red 191 ◦ green 242 ◦ blue 203

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

Shades of Granny Apple #BFF2CB

Tints of Granny Apple #BFF2CB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.05%

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

R = 30.03%
G = 38.05%
B = 31.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#BFF2CB (or 0xBFF2CB) is known color: Granny Apple. HEX triplet: BF, F2 and CB. RGB value is (191,242,203). Sum of RGB (Red+Green+Blue) = 191+242+203=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 203 (79.69% from 255 or 31.92% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF2CB is #400D34. Grayscale: #DEDEDE. Windows color (decimal): -4197685 or 13365951. OLE color: 13365951.

HSL color Cylindrical-coordinate representation of color #BFF2CB: hue angle of 134.12º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF2CB is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 242 203 -
CMYK 0.21 0 0.16 0.05
HSL 134.12º 0.66% 0.85% -
HSV(B) 134.12º 0.21% 0.95% -
XYZ 64.02 78.89 68.35 -
YUV 222.31 117.1 105.67 -
System Red Green Blue C M Y K H S L
Decimal 191 242 203 0.21 0 0.16 0.05 134.12 0.66 0.85
Hex BF F2 CB 15 0 10 5 86 42 55
Octal 277 362 313 25 0 20 5 206 102 125
Binary 10111111 11110010 11001011 10101 0 10000 101 10000110 1000010 1010101

Color Harmonies of #BFF2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF2CB

Black with #BFF2CB

Text Example


Text Example

White with #BFF2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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