Html Css Color HEX #BBFACC Granny Apple

📋 copy color: '#BBFACC'

red 187 ◦ green 250 ◦ blue 204

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

Shades of Granny Apple #BBFACC

Tints of Granny Apple #BBFACC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39%

 BLUE value IS 204 (80.08% from 255) = 31.83%

R = 29.17%
G = 39%
B = 31.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#BBFACC (or 0xBBFACC) is known color: Granny Apple. HEX triplet: BB, FA and CC. RGB value is (187,250,204). Sum of RGB (Red+Green+Blue) = 187+250+204=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFACC is #440533. Grayscale: #E2E2E2. Windows color (decimal): -4457780 or 13433531. OLE color: 13433531.

HSL color Cylindrical-coordinate representation of color #BBFACC: hue angle of 136.19º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFACC is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 250 204 -
CMYK 0.25 0 0.18 0.02
HSL 136.19º 0.86% 0.86% -
HSV(B) 136.19º 0.25% 0.98% -
XYZ 65.58 83.3 69.75 -
YUV 225.92 115.63 100.24 -
System Red Green Blue C M Y K H S L
Decimal 187 250 204 0.25 0 0.18 0.02 136.19 0.86 0.86
Hex BB FA CC 19 0 12 2 88 56 56
Octal 273 372 314 31 0 22 2 210 126 126
Binary 10111011 11111010 11001100 11001 0 10010 10 10001000 1010110 1010110

Color Harmonies of #BBFACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFACC

Black with #BBFACC

Text Example


Text Example

White with #BBFACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFACC; }

 p { color: rgb(187,250,204); }

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

background-color css

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

 a { background-color: rgb(187,250,204); }

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

border-color css

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

 span { border-color: rgb(187,250,204); }

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