Html Css Color HEX #BFF0CB Granny Apple

📋 copy color: '#BFF0CB'

red 191 ◦ green 240 ◦ blue 203

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

Shades of Granny Apple #BFF0CB

Tints of Granny Apple #BFF0CB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.85%

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

R = 30.13%
G = 37.85%
B = 32.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#BFF0CB (or 0xBFF0CB) is known color: Granny Apple. HEX triplet: BF, F0 and CB. RGB value is (191,240,203). Sum of RGB (Red+Green+Blue) = 191+240+203=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF0CB is #400F34. Grayscale: #DDDDDD. Windows color (decimal): -4198197 or 13365439. OLE color: 13365439.

HSL color Cylindrical-coordinate representation of color #BFF0CB: hue angle of 134.69º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFF0CB is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 240 203 -
CMYK 0.20 0 0.15 0.06
HSL 134.69º 0.62% 0.85% -
HSV(B) 134.69º 0.2% 0.94% -
XYZ 63.43 77.71 68.16 -
YUV 221.13 117.77 106.51 -
System Red Green Blue C M Y K H S L
Decimal 191 240 203 0.20 0 0.15 0.06 134.69 0.62 0.85
Hex BF F0 CB 14 0 F 6 87 3E 55
Octal 277 360 313 24 0 17 6 207 76 125
Binary 10111111 11110000 11001011 10100 0 1111 110 10000111 111110 1010101

Color Harmonies of #BFF0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF0CB

Black with #BFF0CB

Text Example


Text Example

White with #BFF0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF0CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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