Html Css Color HEX #BBFACD Granny Apple

📋 copy color: '#BBFACD'

red 187 ◦ green 250 ◦ blue 205

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

Shades of Granny Apple #BBFACD

Tints of Granny Apple #BBFACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.93%

R = 29.13%
G = 38.94%
B = 31.93%

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

#BBFACD (or 0xBBFACD) is known color: Granny Apple. HEX triplet: BB, FA and CD. RGB value is (187,250,205). Sum of RGB (Red+Green+Blue) = 187+250+205=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFACD is #440532. Grayscale: #E2E2E2. Windows color (decimal): -4457779 or 13499067. OLE color: 13499067.

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

Color convert

RGB 187 250 205 -
CMYK 0.25 0 0.18 0.02
HSL 137.14º 0.86% 0.86% -
HSV(B) 137.14º 0.25% 0.98% -
XYZ 65.7 83.34 70.38 -
YUV 226.03 116.13 100.16 -
System Red Green Blue C M Y K H S L
Decimal 187 250 205 0.25 0 0.18 0.02 137.14 0.86 0.86
Hex BB FA CD 19 0 12 2 89 56 56
Octal 273 372 315 31 0 22 2 211 126 126
Binary 10111011 11111010 11001101 11001 0 10010 10 10001001 1010110 1010110

Color Harmonies of #BBFACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFACD

Black with #BBFACD

Text Example


Text Example

White with #BBFACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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