Html Css Color HEX #BBF0C6 Granny Apple

📋 copy color: '#BBF0C6'

red 187 ◦ green 240 ◦ blue 198

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

Shades of Granny Apple #BBF0C6

Tints of Granny Apple #BBF0C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 31.68%

R = 29.92%
G = 38.4%
B = 31.68%

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

#BBF0C6 (or 0xBBF0C6) is known color: Granny Apple. HEX triplet: BB, F0 and C6. RGB value is (187,240,198). Sum of RGB (Red+Green+Blue) = 187+240+198=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0C6 is #440F39. Grayscale: #DBDBDB. Windows color (decimal): -4460346 or 13037755. OLE color: 13037755.

HSL color Cylindrical-coordinate representation of color #BBF0C6: hue angle of 132.45º 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 #BBF0C6 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 240 198 -
CMYK 0.22 0 0.18 0.06
HSL 132.45º 0.64% 0.84% -
HSV(B) 132.45º 0.22% 0.94% -
XYZ 61.85 76.96 65.02 -
YUV 219.37 115.94 104.92 -
System Red Green Blue C M Y K H S L
Decimal 187 240 198 0.22 0 0.18 0.06 132.45 0.64 0.84
Hex BB F0 C6 16 0 12 6 84 40 54
Octal 273 360 306 26 0 22 6 204 100 124
Binary 10111011 11110000 11000110 10110 0 10010 110 10000100 1000000 1010100

Color Harmonies of #BBF0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF0C6

Black with #BBF0C6

Text Example


Text Example

White with #BBF0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF0C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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