Html Css Color HEX #BAF0CA Granny Apple

📋 copy color: '#BAF0CA'

red 186 ◦ green 240 ◦ blue 202

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

Shades of Granny Apple #BAF0CA

Tints of Granny Apple #BAF0CA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.22%

 BLUE value IS 202 (79.3% from 255) = 32.17%

R = 29.62%
G = 38.22%
B = 32.17%

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

#BAF0CA (or 0xBAF0CA) is known color: Granny Apple. HEX triplet: BA, F0 and CA. RGB value is (186,240,202). Sum of RGB (Red+Green+Blue) = 186+240+202=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF0CA is #450F35. Grayscale: #DBDBDB. Windows color (decimal): -4525878 or 13299898. OLE color: 13299898.

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

Color convert

RGB 186 240 202 -
CMYK 0.22 0 0.16 0.06
HSL 137.78º 0.64% 0.84% -
HSV(B) 137.78º 0.23% 0.94% -
XYZ 62.07 77.02 67.47 -
YUV 219.52 118.11 104.09 -
System Red Green Blue C M Y K H S L
Decimal 186 240 202 0.22 0 0.16 0.06 137.78 0.64 0.84
Hex BA F0 CA 16 0 10 6 8A 40 54
Octal 272 360 312 26 0 20 6 212 100 124
Binary 10111010 11110000 11001010 10110 0 10000 110 10001010 1000000 1010100

Color Harmonies of #BAF0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF0CA

Black with #BAF0CA

Text Example


Text Example

White with #BAF0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF0CA; }

 p { color: rgb(186,240,202); }

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

background-color css

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

 a { background-color: rgb(186,240,202); }

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

border-color css

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

 span { border-color: rgb(186,240,202); }

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