Html Css Color HEX #BBF2C8 Granny Apple

📋 copy color: '#BBF2C8'

red 187 ◦ green 242 ◦ blue 200

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

Shades of Granny Apple #BBF2C8

Tints of Granny Apple #BBF2C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.8%

R = 29.73%
G = 38.47%
B = 31.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#BBF2C8 (or 0xBBF2C8) is known color: Granny Apple. HEX triplet: BB, F2 and C8. RGB value is (187,242,200). Sum of RGB (Red+Green+Blue) = 187+242+200=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 200 (78.52% from 255 or 31.80% from 629); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2C8 is #440D37. Grayscale: #DCDCDC. Windows color (decimal): -4459832 or 13169339. OLE color: 13169339.

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

Color convert

RGB 187 242 200 -
CMYK 0.23 0 0.17 0.05
HSL 134.18º 0.68% 0.84% -
HSV(B) 134.18º 0.23% 0.95% -
XYZ 62.67 78.24 66.44 -
YUV 220.77 116.28 103.92 -
System Red Green Blue C M Y K H S L
Decimal 187 242 200 0.23 0 0.17 0.05 134.18 0.68 0.84
Hex BB F2 C8 17 0 11 5 86 44 54
Octal 273 362 310 27 0 21 5 206 104 124
Binary 10111011 11110010 11001000 10111 0 10001 101 10000110 1000100 1010100

Color Harmonies of #BBF2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF2C8

Black with #BBF2C8

Text Example


Text Example

White with #BBF2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF2C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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