Html Css Color HEX #BDFDD3 Granny Apple

📋 copy color: '#BDFDD3'

red 189 ◦ green 253 ◦ blue 211

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

Shades of Granny Apple #BDFDD3

Tints of Granny Apple #BDFDD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.31%

R = 28.94%
G = 38.74%
B = 32.31%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#BDFDD3 (or 0xBDFDD3) is known color: Granny Apple. HEX triplet: BD, FD and D3. RGB value is (189,253,211). Sum of RGB (Red+Green+Blue) = 189+253+211=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 211 (82.81% from 255 or 32.31% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDD3 is #42022C. Grayscale: #E5E5E5. Windows color (decimal): -4325933 or 13893053. OLE color: 13893053.

HSL color Cylindrical-coordinate representation of color #BDFDD3: hue angle of 140.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 #BDFDD3 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 253 211 -
CMYK 0.25 0 0.17 0.01
HSL 140.63º 0.94% 0.87% -
HSV(B) 140.63º 0.25% 0.99% -
XYZ 67.87 85.77 74.61 -
YUV 229.08 117.8 99.42 -
System Red Green Blue C M Y K H S L
Decimal 189 253 211 0.25 0 0.17 0.01 140.63 0.94 0.87
Hex BD FD D3 19 0 11 1 8D 5E 57
Octal 275 375 323 31 0 21 1 215 136 127
Binary 10111101 11111101 11010011 11001 0 10001 1 10001101 1011110 1010111

Color Harmonies of #BDFDD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDD3

Black with #BDFDD3

Text Example


Text Example

White with #BDFDD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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