Html Css Color HEX #BBF1C8 Granny Apple

📋 copy color: '#BBF1C8'

red 187 ◦ green 241 ◦ blue 200

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

Shades of Granny Apple #BBF1C8

Tints of Granny Apple #BBF1C8

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.38%

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

R = 29.78%
G = 38.38%
B = 31.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#BBF1C8 (or 0xBBF1C8) is known color: Granny Apple. HEX triplet: BB, F1 and C8. RGB value is (187,241,200). Sum of RGB (Red+Green+Blue) = 187+241+200=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1C8 is #440E37. Grayscale: #DCDCDC. Windows color (decimal): -4460088 or 13169083. OLE color: 13169083.

HSL color Cylindrical-coordinate representation of color #BBF1C8: hue angle of 134.44º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF1C8 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 241 200 -
CMYK 0.22 0 0.17 0.05
HSL 134.44º 0.66% 0.84% -
HSV(B) 134.44º 0.22% 0.95% -
XYZ 62.37 77.65 66.34 -
YUV 220.18 116.61 104.33 -
System Red Green Blue C M Y K H S L
Decimal 187 241 200 0.22 0 0.17 0.05 134.44 0.66 0.84
Hex BB F1 C8 16 0 11 5 86 42 54
Octal 273 361 310 26 0 21 5 206 102 124
Binary 10111011 11110001 11001000 10110 0 10001 101 10000110 1000010 1010100

Color Harmonies of #BBF1C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF1C8

Black with #BBF1C8

Text Example


Text Example

White with #BBF1C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF1C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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