Html Css Color HEX #BAF1CB Granny Apple

📋 copy color: '#BAF1CB'

red 186 ◦ green 241 ◦ blue 203

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

Shades of Granny Apple #BAF1CB

Tints of Granny Apple #BAF1CB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.25%

 BLUE value IS 203 (79.69% from 255) = 32.22%

R = 29.52%
G = 38.25%
B = 32.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#BAF1CB (or 0xBAF1CB) is known color: Granny Apple. HEX triplet: BA, F1 and CB. RGB value is (186,241,203). Sum of RGB (Red+Green+Blue) = 186+241+203=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 241 (94.53% from 255 or 38.25% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1CB is #450E34. Grayscale: #DCDCDC. Windows color (decimal): -4525621 or 13365690. OLE color: 13365690.

HSL color Cylindrical-coordinate representation of color #BAF1CB: hue angle of 138.55º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF1CB is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 241 203 -
CMYK 0.23 0 0.16 0.05
HSL 138.55º 0.66% 0.84% -
HSV(B) 138.55º 0.23% 0.95% -
XYZ 62.48 77.66 68.2 -
YUV 220.22 118.28 103.59 -
System Red Green Blue C M Y K H S L
Decimal 186 241 203 0.23 0 0.16 0.05 138.55 0.66 0.84
Hex BA F1 CB 17 0 10 5 8B 42 54
Octal 272 361 313 27 0 20 5 213 102 124
Binary 10111010 11110001 11001011 10111 0 10000 101 10001011 1000010 1010100

Color Harmonies of #BAF1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF1CB

Black with #BAF1CB

Text Example


Text Example

White with #BAF1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF1CB; }

 p { color: rgb(186,241,203); }

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

background-color css

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

 a { background-color: rgb(186,241,203); }

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

border-color css

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

 span { border-color: rgb(186,241,203); }

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