Html Css Color HEX #BBF0C5 Granny Apple

📋 copy color: '#BBF0C5'

red 187 ◦ green 240 ◦ blue 197

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

Shades of Granny Apple #BBF0C5

Tints of Granny Apple #BBF0C5

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.46%

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

R = 29.97%
G = 38.46%
B = 31.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#BBF0C5 (or 0xBBF0C5) is known color: Granny Apple. HEX triplet: BB, F0 and C5. RGB value is (187,240,197). Sum of RGB (Red+Green+Blue) = 187+240+197=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 240 (94.14% from 255 or 38.46% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0C5 is #440F3A. Grayscale: #DBDBDB. Windows color (decimal): -4460347 or 12972219. OLE color: 12972219.

HSL color Cylindrical-coordinate representation of color #BBF0C5: hue angle of 131.32º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF0C5 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 240 197 -
CMYK 0.22 0 0.18 0.06
HSL 131.32º 0.64% 0.84% -
HSV(B) 131.32º 0.22% 0.94% -
XYZ 61.73 76.92 64.42 -
YUV 219.25 115.44 105 -
System Red Green Blue C M Y K H S L
Decimal 187 240 197 0.22 0 0.18 0.06 131.32 0.64 0.84
Hex BB F0 C5 16 0 12 6 83 40 54
Octal 273 360 305 26 0 22 6 203 100 124
Binary 10111011 11110000 11000101 10110 0 10010 110 10000011 1000000 1010100

Color Harmonies of #BBF0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF0C5

Black with #BBF0C5

Text Example


Text Example

White with #BBF0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF0C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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