Html Css Color HEX #BBF2C5 Granny Apple

📋 copy color: '#BBF2C5'

red 187 ◦ green 242 ◦ blue 197

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

Shades of Granny Apple #BBF2C5

Tints of Granny Apple #BBF2C5

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.66%

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

R = 29.87%
G = 38.66%
B = 31.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#BBF2C5 (or 0xBBF2C5) is known color: Granny Apple. HEX triplet: BB, F2 and C5. RGB value is (187,242,197). Sum of RGB (Red+Green+Blue) = 187+242+197=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 197 (77.34% from 255 or 31.47% from 626); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2C5 is #440D3A. Grayscale: #DCDCDC. Windows color (decimal): -4459835 or 12972731. OLE color: 12972731.

HSL color Cylindrical-coordinate representation of color #BBF2C5: hue angle of 130.91º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF2C5 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 242 197 -
CMYK 0.23 0 0.19 0.05
HSL 130.91º 0.68% 0.84% -
HSV(B) 130.91º 0.23% 0.95% -
XYZ 62.32 78.1 64.61 -
YUV 220.43 114.78 104.16 -
System Red Green Blue C M Y K H S L
Decimal 187 242 197 0.23 0 0.19 0.05 130.91 0.68 0.84
Hex BB F2 C5 17 0 13 5 83 44 54
Octal 273 362 305 27 0 23 5 203 104 124
Binary 10111011 11110010 11000101 10111 0 10011 101 10000011 1000100 1010100

Color Harmonies of #BBF2C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF2C5

Black with #BBF2C5

Text Example


Text Example

White with #BBF2C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF2C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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