Html Css Color HEX #BDFDCF Granny Apple

📋 copy color: '#BDFDCF'

red 189 ◦ green 253 ◦ blue 207

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

Shades of Granny Apple #BDFDCF

Tints of Granny Apple #BDFDCF

RGB

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

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

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

R = 29.12%
G = 38.98%
B = 31.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#BDFDCF (or 0xBDFDCF) is known color: Granny Apple. HEX triplet: BD, FD and CF. RGB value is (189,253,207). Sum of RGB (Red+Green+Blue) = 189+253+207=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDCF is #420230. Grayscale: #E4E4E4. Windows color (decimal): -4325937 or 13630909. OLE color: 13630909.

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

Color convert

RGB 189 253 207 -
CMYK 0.25 0 0.18 0.01
HSL 136.88º 0.94% 0.87% -
HSV(B) 136.88º 0.25% 0.99% -
XYZ 67.37 85.57 72 -
YUV 228.62 115.8 99.74 -
System Red Green Blue C M Y K H S L
Decimal 189 253 207 0.25 0 0.18 0.01 136.88 0.94 0.87
Hex BD FD CF 19 0 12 1 89 5E 57
Octal 275 375 317 31 0 22 1 211 136 127
Binary 10111101 11111101 11001111 11001 0 10010 1 10001001 1011110 1010111

Color Harmonies of #BDFDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDCF

Black with #BDFDCF

Text Example


Text Example

White with #BDFDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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