Html Css Color HEX #BFF0CC Granny Apple

📋 copy color: '#BFF0CC'

red 191 ◦ green 240 ◦ blue 204

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

Shades of Granny Apple #BFF0CC

Tints of Granny Apple #BFF0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.13%

R = 30.08%
G = 37.8%
B = 32.13%

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

#BFF0CC (or 0xBFF0CC) is known color: Granny Apple. HEX triplet: BF, F0 and CC. RGB value is (191,240,204). Sum of RGB (Red+Green+Blue) = 191+240+204=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF0CC is #400F33. Grayscale: #DDDDDD. Windows color (decimal): -4198196 or 13430975. OLE color: 13430975.

HSL color Cylindrical-coordinate representation of color #BFF0CC: hue angle of 135.92º 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 #BFF0CC is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 240 204 -
CMYK 0.20 0 0.15 0.06
HSL 135.92º 0.62% 0.85% -
HSV(B) 135.92º 0.2% 0.94% -
XYZ 63.55 77.76 68.79 -
YUV 221.25 118.27 106.43 -
System Red Green Blue C M Y K H S L
Decimal 191 240 204 0.20 0 0.15 0.06 135.92 0.62 0.85
Hex BF F0 CC 14 0 F 6 88 3E 55
Octal 277 360 314 24 0 17 6 210 76 125
Binary 10111111 11110000 11001100 10100 0 1111 110 10001000 111110 1010101

Color Harmonies of #BFF0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF0CC

Black with #BFF0CC

Text Example


Text Example

White with #BFF0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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