Html Css Color HEX #BDF4CF Granny Apple

📋 copy color: '#BDF4CF'

red 189 ◦ green 244 ◦ blue 207

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

Shades of Granny Apple #BDF4CF

Tints of Granny Apple #BDF4CF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 38.13%

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

R = 29.53%
G = 38.13%
B = 32.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#BDF4CF (or 0xBDF4CF) is known color: Granny Apple. HEX triplet: BD, F4 and CF. RGB value is (189,244,207). Sum of RGB (Red+Green+Blue) = 189+244+207=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 244 (95.70% from 255 or 38.12% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF4CF is #420B30. Grayscale: #DFDFDF. Windows color (decimal): -4328241 or 13628605. OLE color: 13628605.

HSL color Cylindrical-coordinate representation of color #BDF4CF: hue angle of 139.64º degrees, saturation: 0.71, 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 #BDF4CF is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 244 207 -
CMYK 0.23 0 0.15 0.04
HSL 139.64º 0.71% 0.85% -
HSV(B) 139.64º 0.23% 0.96% -
XYZ 64.6 80.03 71.07 -
YUV 223.34 118.78 103.51 -
System Red Green Blue C M Y K H S L
Decimal 189 244 207 0.23 0 0.15 0.04 139.64 0.71 0.85
Hex BD F4 CF 17 0 F 4 8C 47 55
Octal 275 364 317 27 0 17 4 214 107 125
Binary 10111101 11110100 11001111 10111 0 1111 100 10001100 1000111 1010101

Color Harmonies of #BDF4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF4CF

Black with #BDF4CF

Text Example


Text Example

White with #BDF4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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