Html Css Color HEX #BDFDC3 Granny Apple

📋 copy color: '#BDFDC3'

red 189 ◦ green 253 ◦ blue 195

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

Shades of Granny Apple #BDFDC3

Tints of Granny Apple #BDFDC3

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.72%

 BLUE value IS 195 (76.56% from 255) = 30.61%

R = 29.67%
G = 39.72%
B = 30.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#BDFDC3 (or 0xBDFDC3) is known color: Granny Apple. HEX triplet: BD, FD and C3. RGB value is (189,253,195). Sum of RGB (Red+Green+Blue) = 189+253+195=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 195 (76.56% from 255 or 30.61% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDC3 is #42023C. Grayscale: #E3E3E3. Windows color (decimal): -4325949 or 12844477. OLE color: 12844477.

HSL color Cylindrical-coordinate representation of color #BDFDC3: hue angle of 125.62º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDC3 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 253 195 -
CMYK 0.25 0 0.23 0.01
HSL 125.63º 0.94% 0.87% -
HSV(B) 125.63º 0.25% 0.99% -
XYZ 65.96 85.01 64.56 -
YUV 227.25 109.8 100.72 -
System Red Green Blue C M Y K H S L
Decimal 189 253 195 0.25 0 0.23 0.01 125.63 0.94 0.87
Hex BD FD C3 19 0 17 1 7E 5E 57
Octal 275 375 303 31 0 27 1 176 136 127
Binary 10111101 11111101 11000011 11001 0 10111 1 1111110 1011110 1010111

Color Harmonies of #BDFDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDC3

Black with #BDFDC3

Text Example


Text Example

White with #BDFDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDC3; }

 p { color: rgb(189,253,195); }

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

background-color css

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

 a { background-color: rgb(189,253,195); }

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

border-color css

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

 span { border-color: rgb(189,253,195); }

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