Html Css Color HEX #BDFDF9 Pale Turquoise

📋 copy color: '#BDFDF9'

red 189 ◦ green 253 ◦ blue 249

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

Shades of Pale Turquoise #BDFDF9

Tints of Pale Turquoise #BDFDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.03%

R = 27.35%
G = 36.61%
B = 36.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#BDFDF9 (or 0xBDFDF9) is known color: Pale Turquoise. HEX triplet: BD, FD and F9. RGB value is (189,253,249). Sum of RGB (Red+Green+Blue) = 189+253+249=691 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.35% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 249 (97.66% from 255 or 36.03% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDF9 is #420206. Grayscale: #E9E9E9. Windows color (decimal): -4325895 or 16383421. OLE color: 16383421.

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

Color convert

RGB 189 253 249 -
CMYK 0.25 0 0.02 0.01
HSL 176.25º 0.94% 0.87% -
HSV(B) 176.25º 0.25% 0.99% -
XYZ 73.21 87.91 102.73 -
YUV 233.41 136.8 96.33 -
System Red Green Blue C M Y K H S L
Decimal 189 253 249 0.25 0 0.02 0.01 176.25 0.94 0.87
Hex BD FD F9 19 0 2 1 B0 5E 57
Octal 275 375 371 31 0 2 1 260 136 127
Binary 10111101 11111101 11111001 11001 0 10 1 10110000 1011110 1010111

Color Harmonies of #BDFDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDF9

Black with #BDFDF9

Text Example


Text Example

White with #BDFDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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