Html Css Color HEX #BEF2CC Granny Apple

📋 copy color: '#BEF2CC'

red 190 ◦ green 242 ◦ blue 204

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

Shades of Granny Apple #BEF2CC

Tints of Granny Apple #BEF2CC

RGB

 RED value IS 190 (74.61% from 255) = 29.87%

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

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

R = 29.87%
G = 38.05%
B = 32.08%

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

#BEF2CC (or 0xBEF2CC) is known color: Granny Apple. HEX triplet: BE, F2 and CC. RGB value is (190,242,204). Sum of RGB (Red+Green+Blue) = 190+242+204=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 242 (94.92% from 255 or 38.05% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEF2CC is #410D33. Grayscale: #DEDEDE. Windows color (decimal): -4263220 or 13431486. OLE color: 13431486.

HSL color Cylindrical-coordinate representation of color #BEF2CC: hue angle of 136.15º degrees, saturation: 0.67, 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 #BEF2CC is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 242 204 -
CMYK 0.21 0 0.16 0.05
HSL 136.15º 0.67% 0.85% -
HSV(B) 136.15º 0.21% 0.95% -
XYZ 63.89 78.81 68.97 -
YUV 222.12 117.77 105.09 -
System Red Green Blue C M Y K H S L
Decimal 190 242 204 0.21 0 0.16 0.05 136.15 0.67 0.85
Hex BE F2 CC 15 0 10 5 88 43 55
Octal 276 362 314 25 0 20 5 210 103 125
Binary 10111110 11110010 11001100 10101 0 10000 101 10001000 1000011 1010101

Color Harmonies of #BEF2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF2CC

Black with #BEF2CC

Text Example


Text Example

White with #BEF2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF2CC; }

 p { color: rgb(190,242,204); }

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

background-color css

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

 a { background-color: rgb(190,242,204); }

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

border-color css

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

 span { border-color: rgb(190,242,204); }

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