Html Css Color HEX #BEEECF Granny Apple

📋 copy color: '#BEEECF'

red 190 ◦ green 238 ◦ blue 207

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

Shades of Granny Apple #BEEECF

Tints of Granny Apple #BEEECF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.48%

 BLUE value IS 207 (81.25% from 255) = 32.6%

R = 29.92%
G = 37.48%
B = 32.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#BEEECF (or 0xBEEECF) is known color: Granny Apple. HEX triplet: BE, EE and CF. RGB value is (190,238,207). Sum of RGB (Red+Green+Blue) = 190+238+207=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 207 (81.25% from 255 or 32.60% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEECF is #411130. Grayscale: #DCDCDC. Windows color (decimal): -4264241 or 13627070. OLE color: 13627070.

HSL color Cylindrical-coordinate representation of color #BEEECF: hue angle of 141.25º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEECF is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 238 207 -
CMYK 0.20 0 0.13 0.07
HSL 141.25º 0.59% 0.84% -
HSV(B) 141.25º 0.2% 0.93% -
XYZ 63.07 76.6 70.49 -
YUV 220.11 120.6 106.52 -
System Red Green Blue C M Y K H S L
Decimal 190 238 207 0.20 0 0.13 0.07 141.25 0.59 0.84
Hex BE EE CF 14 0 D 7 8D 3B 54
Octal 276 356 317 24 0 15 7 215 73 124
Binary 10111110 11101110 11001111 10100 0 1101 111 10001101 111011 1010100

Color Harmonies of #BEEECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEECF

Black with #BEEECF

Text Example


Text Example

White with #BEEECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEECF; }

 p { color: rgb(190,238,207); }

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

background-color css

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

 a { background-color: rgb(190,238,207); }

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

border-color css

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

 span { border-color: rgb(190,238,207); }

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