Html Css Color HEX #BDF2D0 Granny Apple

📋 copy color: '#BDF2D0'

red 189 ◦ green 242 ◦ blue 208

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

Shades of Granny Apple #BDF2D0

Tints of Granny Apple #BDF2D0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.87%

 BLUE value IS 208 (81.64% from 255) = 32.55%

R = 29.58%
G = 37.87%
B = 32.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#BDF2D0 (or 0xBDF2D0) is known color: Granny Apple. HEX triplet: BD, F2 and D0. RGB value is (189,242,208). Sum of RGB (Red+Green+Blue) = 189+242+208=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2D0 is #420D2F. Grayscale: #DEDEDE. Windows color (decimal): -4328752 or 13693629. OLE color: 13693629.

HSL color Cylindrical-coordinate representation of color #BDF2D0: hue angle of 141.51º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF2D0 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 208 -
CMYK 0.22 0 0.14 0.05
HSL 141.51º 0.67% 0.85% -
HSV(B) 141.51º 0.22% 0.95% -
XYZ 64.12 78.88 71.52 -
YUV 222.28 119.94 104.26 -
System Red Green Blue C M Y K H S L
Decimal 189 242 208 0.22 0 0.14 0.05 141.51 0.67 0.85
Hex BD F2 D0 16 0 E 5 8E 43 55
Octal 275 362 320 26 0 16 5 216 103 125
Binary 10111101 11110010 11010000 10110 0 1110 101 10001110 1000011 1010101

Color Harmonies of #BDF2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF2D0

Black with #BDF2D0

Text Example


Text Example

White with #BDF2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF2D0; }

 p { color: rgb(189,242,208); }

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

background-color css

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

 a { background-color: rgb(189,242,208); }

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

border-color css

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

 span { border-color: rgb(189,242,208); }

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