Html Css Color HEX #BBEAC5 Granny Apple

📋 copy color: '#BBEAC5'

red 187 ◦ green 234 ◦ blue 197

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

Shades of Granny Apple #BBEAC5

Tints of Granny Apple #BBEAC5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.86%

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

R = 30.26%
G = 37.86%
B = 31.88%

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

#BBEAC5 (or 0xBBEAC5) is known color: Granny Apple. HEX triplet: BB, EA and C5. RGB value is (187,234,197). Sum of RGB (Red+Green+Blue) = 187+234+197=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 197 (77.34% from 255 or 31.88% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEAC5 is #44153A. Grayscale: #D7D7D7. Windows color (decimal): -4461883 or 12970683. OLE color: 12970683.

HSL color Cylindrical-coordinate representation of color #BBEAC5: hue angle of 132.77º degrees, saturation: 0.53, 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 #BBEAC5 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 234 197 -
CMYK 0.20 0 0.16 0.08
HSL 132.77º 0.53% 0.83% -
HSV(B) 132.77º 0.2% 0.92% -
XYZ 59.99 73.44 63.84 -
YUV 215.73 117.43 107.51 -
System Red Green Blue C M Y K H S L
Decimal 187 234 197 0.20 0 0.16 0.08 132.77 0.53 0.83
Hex BB EA C5 14 0 10 8 85 35 53
Octal 273 352 305 24 0 20 10 205 65 123
Binary 10111011 11101010 11000101 10100 0 10000 1000 10000101 110101 1010011

Color Harmonies of #BBEAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAC5

Black with #BBEAC5

Text Example


Text Example

White with #BBEAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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