Html Css Color HEX #BDF6C2 Granny Apple

📋 copy color: '#BDF6C2'

red 189 ◦ green 246 ◦ blue 194

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

Shades of Granny Apple #BDF6C2

Tints of Granny Apple #BDF6C2

RGB

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

 GREEN value IS 246 (96.48% from 255) = 39.11%

 BLUE value IS 194 (76.17% from 255) = 30.84%

R = 30.05%
G = 39.11%
B = 30.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#BDF6C2 (or 0xBDF6C2) is known color: Granny Apple. HEX triplet: BD, F6 and C2. RGB value is (189,246,194). Sum of RGB (Red+Green+Blue) = 189+246+194=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 246 (96.48% from 255 or 39.11% from 629); Blue value is 194 (76.17% from 255 or 30.84% from 629); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF6C2 is #42093D. Grayscale: #DFDFDF. Windows color (decimal): -4327742 or 12777149. OLE color: 12777149.

HSL color Cylindrical-coordinate representation of color #BDF6C2: hue angle of 125.26º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF6C2 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 246 194 -
CMYK 0.23 0 0.21 0.04
HSL 125.26º 0.76% 0.85% -
HSV(B) 125.26º 0.23% 0.96% -
XYZ 63.68 80.63 63.24 -
YUV 223.03 111.62 103.73 -
System Red Green Blue C M Y K H S L
Decimal 189 246 194 0.23 0 0.21 0.04 125.26 0.76 0.85
Hex BD F6 C2 17 0 15 4 7D 4C 55
Octal 275 366 302 27 0 25 4 175 114 125
Binary 10111101 11110110 11000010 10111 0 10101 100 1111101 1001100 1010101

Color Harmonies of #BDF6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF6C2

Black with #BDF6C2

Text Example


Text Example

White with #BDF6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF6C2; }

 p { color: rgb(189,246,194); }

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

background-color css

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

 a { background-color: rgb(189,246,194); }

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

border-color css

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

 span { border-color: rgb(189,246,194); }

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