Html Css Color HEX #BAFBCB Granny Apple

📋 copy color: '#BAFBCB'

red 186 ◦ green 251 ◦ blue 203

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

Shades of Granny Apple #BAFBCB

Tints of Granny Apple #BAFBCB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.22%

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

R = 29.06%
G = 39.22%
B = 31.72%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#BAFBCB (or 0xBAFBCB) is known color: Granny Apple. HEX triplet: BA, FB and CB. RGB value is (186,251,203). Sum of RGB (Red+Green+Blue) = 186+251+203=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 251 (98.44% from 255 or 39.22% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBCB is #450434. Grayscale: #E2E2E2. Windows color (decimal): -4523061 or 13368250. OLE color: 13368250.

HSL color Cylindrical-coordinate representation of color #BAFBCB: hue angle of 135.69º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFBCB is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 251 203 -
CMYK 0.26 0 0.19 0.02
HSL 135.69º 0.89% 0.86% -
HSV(B) 135.69º 0.26% 0.98% -
XYZ 65.53 83.75 69.21 -
YUV 226.09 114.97 99.4 -
System Red Green Blue C M Y K H S L
Decimal 186 251 203 0.26 0 0.19 0.02 135.69 0.89 0.86
Hex BA FB CB 1A 0 13 2 88 59 56
Octal 272 373 313 32 0 23 2 210 131 126
Binary 10111010 11111011 11001011 11010 0 10011 10 10001000 1011001 1010110

Color Harmonies of #BAFBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFBCB

Black with #BAFBCB

Text Example


Text Example

White with #BAFBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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