Html Css Color HEX #BBFAC2 Granny Apple

📋 copy color: '#BBFAC2'

red 187 ◦ green 250 ◦ blue 194

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

Shades of Granny Apple #BBFAC2

Tints of Granny Apple #BBFAC2

RGB

 RED value IS 187 (73.44% from 255) = 29.64%

 GREEN value IS 250 (98.05% from 255) = 39.62%

 BLUE value IS 194 (76.17% from 255) = 30.74%

R = 29.64%
G = 39.62%
B = 30.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#BBFAC2 (or 0xBBFAC2) is known color: Granny Apple. HEX triplet: BB, FA and C2. RGB value is (187,250,194). Sum of RGB (Red+Green+Blue) = 187+250+194=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFAC2 is #44053D. Grayscale: #E0E0E0. Windows color (decimal): -4457790 or 12778171. OLE color: 12778171.

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

Color convert

RGB 187 250 194 -
CMYK 0.25 0 0.22 0.02
HSL 126.67º 0.86% 0.86% -
HSV(B) 126.67º 0.25% 0.98% -
XYZ 64.42 82.83 63.63 -
YUV 224.78 110.63 101.05 -
System Red Green Blue C M Y K H S L
Decimal 187 250 194 0.25 0 0.22 0.02 126.67 0.86 0.86
Hex BB FA C2 19 0 16 2 7F 56 56
Octal 273 372 302 31 0 26 2 177 126 126
Binary 10111011 11111010 11000010 11001 0 10110 10 1111111 1010110 1010110

Color Harmonies of #BBFAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFAC2

Black with #BBFAC2

Text Example


Text Example

White with #BBFAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFAC2; }

 p { color: rgb(187,250,194); }

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

background-color css

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

 a { background-color: rgb(187,250,194); }

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

border-color css

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

 span { border-color: rgb(187,250,194); }

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