Html Css Color HEX #BDFACF Granny Apple

📋 copy color: '#BDFACF'

red 189 ◦ green 250 ◦ blue 207

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

Shades of Granny Apple #BDFACF

Tints of Granny Apple #BDFACF

RGB

 RED value IS 189 (74.22% from 255) = 29.26%

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

 BLUE value IS 207 (81.25% from 255) = 32.04%

R = 29.26%
G = 38.7%
B = 32.04%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#BDFACF (or 0xBDFACF) is known color: Granny Apple. HEX triplet: BD, FA and CF. RGB value is (189,250,207). Sum of RGB (Red+Green+Blue) = 189+250+207=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFACF is #420530. Grayscale: #E2E2E2. Windows color (decimal): -4326705 or 13630141. OLE color: 13630141.

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

Color convert

RGB 189 250 207 -
CMYK 0.24 0 0.17 0.02
HSL 137.7º 0.86% 0.86% -
HSV(B) 137.7º 0.24% 0.98% -
XYZ 66.43 83.7 71.68 -
YUV 226.86 116.79 101 -
System Red Green Blue C M Y K H S L
Decimal 189 250 207 0.24 0 0.17 0.02 137.7 0.86 0.86
Hex BD FA CF 18 0 11 2 8A 56 56
Octal 275 372 317 30 0 21 2 212 126 126
Binary 10111101 11111010 11001111 11000 0 10001 10 10001010 1010110 1010110

Color Harmonies of #BDFACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFACF

Black with #BDFACF

Text Example


Text Example

White with #BDFACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFACF; }

 p { color: rgb(189,250,207); }

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

background-color css

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

 a { background-color: rgb(189,250,207); }

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

border-color css

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

 span { border-color: rgb(189,250,207); }

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