Html Css Color HEX #BBFACB Granny Apple

📋 copy color: '#BBFACB'

red 187 ◦ green 250 ◦ blue 203

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

Shades of Granny Apple #BBFACB

Tints of Granny Apple #BBFACB

RGB

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

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

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

R = 29.22%
G = 39.06%
B = 31.72%

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

#BBFACB (or 0xBBFACB) is known color: Granny Apple. HEX triplet: BB, FA and CB. RGB value is (187,250,203). Sum of RGB (Red+Green+Blue) = 187+250+203=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFACB is #440534. Grayscale: #E1E1E1. Windows color (decimal): -4457781 or 13367995. OLE color: 13367995.

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

Color convert

RGB 187 250 203 -
CMYK 0.25 0 0.19 0.02
HSL 135.24º 0.86% 0.86% -
HSV(B) 135.24º 0.25% 0.98% -
XYZ 65.46 83.25 69.12 -
YUV 225.81 115.13 100.32 -
System Red Green Blue C M Y K H S L
Decimal 187 250 203 0.25 0 0.19 0.02 135.24 0.86 0.86
Hex BB FA CB 19 0 13 2 87 56 56
Octal 273 372 313 31 0 23 2 207 126 126
Binary 10111011 11111010 11001011 11001 0 10011 10 10000111 1010110 1010110

Color Harmonies of #BBFACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFACB

Black with #BBFACB

Text Example


Text Example

White with #BBFACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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