Html Css Color HEX #BDFDCE Granny Apple

📋 copy color: '#BDFDCE'

red 189 ◦ green 253 ◦ blue 206

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

Shades of Granny Apple #BDFDCE

Tints of Granny Apple #BDFDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.79%

R = 29.17%
G = 39.04%
B = 31.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#BDFDCE (or 0xBDFDCE) is known color: Granny Apple. HEX triplet: BD, FD and CE. RGB value is (189,253,206). Sum of RGB (Red+Green+Blue) = 189+253+206=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 253 (99.22% from 255 or 39.04% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDCE is #420231. Grayscale: #E4E4E4. Windows color (decimal): -4325938 or 13565373. OLE color: 13565373.

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

Color convert

RGB 189 253 206 -
CMYK 0.25 0 0.19 0.01
HSL 135.94º 0.94% 0.87% -
HSV(B) 135.94º 0.25% 0.99% -
XYZ 67.25 85.53 71.36 -
YUV 228.51 115.3 99.82 -
System Red Green Blue C M Y K H S L
Decimal 189 253 206 0.25 0 0.19 0.01 135.94 0.94 0.87
Hex BD FD CE 19 0 13 1 88 5E 57
Octal 275 375 316 31 0 23 1 210 136 127
Binary 10111101 11111101 11001110 11001 0 10011 1 10001000 1011110 1010111

Color Harmonies of #BDFDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDCE

Black with #BDFDCE

Text Example


Text Example

White with #BDFDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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