Html Css Color HEX #BAEFC8 Granny Apple

📋 copy color: '#BAEFC8'

red 186 ◦ green 239 ◦ blue 200

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

Shades of Granny Apple #BAEFC8

Tints of Granny Apple #BAEFC8

RGB

 RED value IS 186 (73.05% from 255) = 29.76%

 GREEN value IS 239 (93.75% from 255) = 38.24%

 BLUE value IS 200 (78.52% from 255) = 32%

R = 29.76%
G = 38.24%
B = 32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#BAEFC8 (or 0xBAEFC8) is known color: Granny Apple. HEX triplet: BA, EF and C8. RGB value is (186,239,200). Sum of RGB (Red+Green+Blue) = 186+239+200=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFC8 is #451037. Grayscale: #DADADA. Windows color (decimal): -4526136 or 13168570. OLE color: 13168570.

HSL color Cylindrical-coordinate representation of color #BAEFC8: hue angle of 135.85º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEFC8 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 239 200 -
CMYK 0.22 0 0.16 0.06
HSL 135.85º 0.62% 0.83% -
HSV(B) 135.85º 0.22% 0.94% -
XYZ 61.54 76.34 66.14 -
YUV 218.71 117.44 104.67 -
System Red Green Blue C M Y K H S L
Decimal 186 239 200 0.22 0 0.16 0.06 135.85 0.62 0.83
Hex BA EF C8 16 0 10 6 88 3E 53
Octal 272 357 310 26 0 20 6 210 76 123
Binary 10111010 11101111 11001000 10110 0 10000 110 10001000 111110 1010011

Color Harmonies of #BAEFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEFC8

Black with #BAEFC8

Text Example


Text Example

White with #BAEFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEFC8; }

 p { color: rgb(186,239,200); }

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

background-color css

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

 a { background-color: rgb(186,239,200); }

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

border-color css

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

 span { border-color: rgb(186,239,200); }

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