Html Css Color HEX #BBF2C4 Granny Apple

📋 copy color: '#BBF2C4'

red 187 ◦ green 242 ◦ blue 196

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

Shades of Granny Apple #BBF2C4

Tints of Granny Apple #BBF2C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.36%

R = 29.92%
G = 38.72%
B = 31.36%

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

#BBF2C4 (or 0xBBF2C4) is known color: Granny Apple. HEX triplet: BB, F2 and C4. RGB value is (187,242,196). Sum of RGB (Red+Green+Blue) = 187+242+196=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 196 (76.95% from 255 or 31.36% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2C4 is #440D3B. Grayscale: #DCDCDC. Windows color (decimal): -4459836 or 12907195. OLE color: 12907195.

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

Color convert

RGB 187 242 196 -
CMYK 0.23 0 0.19 0.05
HSL 129.82º 0.68% 0.84% -
HSV(B) 129.82º 0.23% 0.95% -
XYZ 62.21 78.05 64.01 -
YUV 220.31 114.28 104.24 -
System Red Green Blue C M Y K H S L
Decimal 187 242 196 0.23 0 0.19 0.05 129.82 0.68 0.84
Hex BB F2 C4 17 0 13 5 82 44 54
Octal 273 362 304 27 0 23 5 202 104 124
Binary 10111011 11110010 11000100 10111 0 10011 101 10000010 1000100 1010100

Color Harmonies of #BBF2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF2C4

Black with #BBF2C4

Text Example


Text Example

White with #BBF2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF2C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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