Html Css Color HEX #BBF6D0 Granny Apple

📋 copy color: '#BBF6D0'

red 187 ◦ green 246 ◦ blue 208

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

Shades of Granny Apple #BBF6D0

Tints of Granny Apple #BBF6D0

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.38%

 BLUE value IS 208 (81.64% from 255) = 32.45%

R = 29.17%
G = 38.38%
B = 32.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#BBF6D0 (or 0xBBF6D0) is known color: Granny Apple. HEX triplet: BB, F6 and D0. RGB value is (187,246,208). Sum of RGB (Red+Green+Blue) = 187+246+208=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 246 (96.48% from 255 or 38.38% from 641); Blue value is 208 (81.64% from 255 or 32.45% from 641); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF6D0 is #44092F. Grayscale: #E0E0E0. Windows color (decimal): -4458800 or 13694651. OLE color: 13694651.

HSL color Cylindrical-coordinate representation of color #BBF6D0: hue angle of 141.36º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF6D0 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 246 208 -
CMYK 0.24 0 0.15 0.04
HSL 141.36º 0.77% 0.85% -
HSV(B) 141.36º 0.24% 0.96% -
XYZ 64.83 81.03 71.9 -
YUV 224.03 118.95 101.59 -
System Red Green Blue C M Y K H S L
Decimal 187 246 208 0.24 0 0.15 0.04 141.36 0.77 0.85
Hex BB F6 D0 18 0 F 4 8D 4D 55
Octal 273 366 320 30 0 17 4 215 115 125
Binary 10111011 11110110 11010000 11000 0 1111 100 10001101 1001101 1010101

Color Harmonies of #BBF6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF6D0

Black with #BBF6D0

Text Example


Text Example

White with #BBF6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF6D0; }

 p { color: rgb(187,246,208); }

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

background-color css

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

 a { background-color: rgb(187,246,208); }

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

border-color css

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

 span { border-color: rgb(187,246,208); }

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