Html Css Color HEX #BFFDCE Granny Apple

📋 copy color: '#BFFDCE'

red 191 ◦ green 253 ◦ blue 206

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

Shades of Granny Apple #BFFDCE

Tints of Granny Apple #BFFDCE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.92%

 BLUE value IS 206 (80.86% from 255) = 31.69%

R = 29.38%
G = 38.92%
B = 31.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#BFFDCE (or 0xBFFDCE) is known color: Granny Apple. HEX triplet: BF, FD and CE. RGB value is (191,253,206). Sum of RGB (Red+Green+Blue) = 191+253+206=650 (86% of max value = 765). Red value is 191 (75% from 255 or 29.38% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFDCE is #400231. Grayscale: #E5E5E5. Windows color (decimal): -4194866 or 13565375. OLE color: 13565375.

HSL color Cylindrical-coordinate representation of color #BFFDCE: hue angle of 134.52º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFFDCE is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 253 206 -
CMYK 0.25 0 0.19 0.01
HSL 134.52º 0.94% 0.87% -
HSV(B) 134.52º 0.25% 0.99% -
XYZ 67.75 85.78 71.38 -
YUV 229.1 114.96 100.82 -
System Red Green Blue C M Y K H S L
Decimal 191 253 206 0.25 0 0.19 0.01 134.52 0.94 0.87
Hex BF FD CE 19 0 13 1 87 5E 57
Octal 277 375 316 31 0 23 1 207 136 127
Binary 10111111 11111101 11001110 11001 0 10011 1 10000111 1011110 1010111

Color Harmonies of #BFFDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFDCE

Black with #BFFDCE

Text Example


Text Example

White with #BFFDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFDCE; }

 p { color: rgb(191,253,206); }

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

background-color css

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

 a { background-color: rgb(191,253,206); }

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

border-color css

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

 span { border-color: rgb(191,253,206); }

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