Html Css Color HEX #BBEBC5 Granny Apple

📋 copy color: '#BBEBC5'

red 187 ◦ green 235 ◦ blue 197

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

Shades of Granny Apple #BBEBC5

Tints of Granny Apple #BBEBC5

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.96%

 BLUE value IS 197 (77.34% from 255) = 31.83%

R = 30.21%
G = 37.96%
B = 31.83%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#BBEBC5 (or 0xBBEBC5) is known color: Granny Apple. HEX triplet: BB, EB and C5. RGB value is (187,235,197). Sum of RGB (Red+Green+Blue) = 187+235+197=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBC5 is #44143A. Grayscale: #D8D8D8. Windows color (decimal): -4461627 or 12970939. OLE color: 12970939.

HSL color Cylindrical-coordinate representation of color #BBEBC5: hue angle of 132.5º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEBC5 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 235 197 -
CMYK 0.20 0 0.16 0.08
HSL 132.5º 0.55% 0.83% -
HSV(B) 132.5º 0.2% 0.92% -
XYZ 60.28 74.01 63.93 -
YUV 216.32 117.1 107.09 -
System Red Green Blue C M Y K H S L
Decimal 187 235 197 0.20 0 0.16 0.08 132.5 0.55 0.83
Hex BB EB C5 14 0 10 8 84 37 53
Octal 273 353 305 24 0 20 10 204 67 123
Binary 10111011 11101011 11000101 10100 0 10000 1000 10000100 110111 1010011

Color Harmonies of #BBEBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBC5

Black with #BBEBC5

Text Example


Text Example

White with #BBEBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBC5; }

 p { color: rgb(187,235,197); }

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

background-color css

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

 a { background-color: rgb(187,235,197); }

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

border-color css

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

 span { border-color: rgb(187,235,197); }

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