Html Css Color HEX #BBF1C4 Granny Apple

📋 copy color: '#BBF1C4'

red 187 ◦ green 241 ◦ blue 196

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

Shades of Granny Apple #BBF1C4

Tints of Granny Apple #BBF1C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.41%

R = 29.97%
G = 38.62%
B = 31.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#BBF1C4 (or 0xBBF1C4) is known color: Granny Apple. HEX triplet: BB, F1 and C4. RGB value is (187,241,196). Sum of RGB (Red+Green+Blue) = 187+241+196=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 196 (76.95% from 255 or 31.41% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1C4 is #440E3B. Grayscale: #DBDBDB. Windows color (decimal): -4460092 or 12906939. OLE color: 12906939.

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

Color convert

RGB 187 241 196 -
CMYK 0.22 0 0.19 0.05
HSL 130º 0.66% 0.84% -
HSV(B) 130º 0.22% 0.95% -
XYZ 61.91 77.46 63.91 -
YUV 219.72 114.61 104.66 -
System Red Green Blue C M Y K H S L
Decimal 187 241 196 0.22 0 0.19 0.05 130 0.66 0.84
Hex BB F1 C4 16 0 13 5 82 42 54
Octal 273 361 304 26 0 23 5 202 102 124
Binary 10111011 11110001 11000100 10110 0 10011 101 10000010 1000010 1010100

Color Harmonies of #BBF1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF1C4

Black with #BBF1C4

Text Example


Text Example

White with #BBF1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF1C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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