Html Css Color HEX #BBFACA Granny Apple

📋 copy color: '#BBFACA'

red 187 ◦ green 250 ◦ blue 202

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

Shades of Granny Apple #BBFACA

Tints of Granny Apple #BBFACA

RGB

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

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

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

R = 29.26%
G = 39.12%
B = 31.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#BBFACA (or 0xBBFACA) is known color: Granny Apple. HEX triplet: BB, FA and CA. RGB value is (187,250,202). Sum of RGB (Red+Green+Blue) = 187+250+202=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFACA is #440535. Grayscale: #E1E1E1. Windows color (decimal): -4457782 or 13302459. OLE color: 13302459.

HSL color Cylindrical-coordinate representation of color #BBFACA: hue angle of 134.29º 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 #BBFACA is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 250 202 -
CMYK 0.25 0 0.19 0.02
HSL 134.29º 0.86% 0.86% -
HSV(B) 134.29º 0.25% 0.98% -
XYZ 65.34 83.2 68.49 -
YUV 225.69 114.63 100.4 -
System Red Green Blue C M Y K H S L
Decimal 187 250 202 0.25 0 0.19 0.02 134.29 0.86 0.86
Hex BB FA CA 19 0 13 2 86 56 56
Octal 273 372 312 31 0 23 2 206 126 126
Binary 10111011 11111010 11001010 11001 0 10011 10 10000110 1010110 1010110

Color Harmonies of #BBFACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFACA

Black with #BBFACA

Text Example


Text Example

White with #BBFACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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