Html Css Color HEX #BDF7CF Granny Apple

📋 copy color: '#BDF7CF'

red 189 ◦ green 247 ◦ blue 207

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

Shades of Granny Apple #BDF7CF

Tints of Granny Apple #BDF7CF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.41%

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

R = 29.39%
G = 38.41%
B = 32.19%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#BDF7CF (or 0xBDF7CF) is known color: Granny Apple. HEX triplet: BD, F7 and CF. RGB value is (189,247,207). Sum of RGB (Red+Green+Blue) = 189+247+207=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 247 (96.88% from 255 or 38.41% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7CF is #420830. Grayscale: #E1E1E1. Windows color (decimal): -4327473 or 13629373. OLE color: 13629373.

HSL color Cylindrical-coordinate representation of color #BDF7CF: hue angle of 138.62º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF7CF is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 207 -
CMYK 0.23 0 0.16 0.03
HSL 138.62º 0.78% 0.85% -
HSV(B) 138.62º 0.23% 0.97% -
XYZ 65.51 81.85 71.38 -
YUV 225.1 117.78 102.25 -
System Red Green Blue C M Y K H S L
Decimal 189 247 207 0.23 0 0.16 0.03 138.62 0.78 0.85
Hex BD F7 CF 17 0 10 3 8B 4E 55
Octal 275 367 317 27 0 20 3 213 116 125
Binary 10111101 11110111 11001111 10111 0 10000 11 10001011 1001110 1010101

Color Harmonies of #BDF7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF7CF

Black with #BDF7CF

Text Example


Text Example

White with #BDF7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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