Html Css Color HEX #BEE7CC Granny Apple

📋 copy color: '#BEE7CC'

red 190 ◦ green 231 ◦ blue 204

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

Shades of Granny Apple #BEE7CC

Tints of Granny Apple #BEE7CC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.96%

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

R = 30.4%
G = 36.96%
B = 32.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#BEE7CC (or 0xBEE7CC) is known color: Granny Apple. HEX triplet: BE, E7 and CC. RGB value is (190,231,204). Sum of RGB (Red+Green+Blue) = 190+231+204=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE7CC is #411833. Grayscale: #D7D7D7. Windows color (decimal): -4266036 or 13428670. OLE color: 13428670.

HSL color Cylindrical-coordinate representation of color #BEE7CC: hue angle of 140.49º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE7CC is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 231 204 -
CMYK 0.18 0 0.12 0.09
HSL 140.49º 0.46% 0.83% -
HSV(B) 140.49º 0.18% 0.91% -
XYZ 60.71 72.46 67.91 -
YUV 215.66 121.42 109.7 -
System Red Green Blue C M Y K H S L
Decimal 190 231 204 0.18 0 0.12 0.09 140.49 0.46 0.83
Hex BE E7 CC 12 0 C 9 8C 2E 53
Octal 276 347 314 22 0 14 11 214 56 123
Binary 10111110 11100111 11001100 10010 0 1100 1001 10001100 101110 1010011

Color Harmonies of #BEE7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE7CC

Black with #BEE7CC

Text Example


Text Example

White with #BEE7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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