Html Css Color HEX #BDFDF6 Pale Turquoise

📋 copy color: '#BDFDF6'

red 189 ◦ green 253 ◦ blue 246

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

Shades of Pale Turquoise #BDFDF6

Tints of Pale Turquoise #BDFDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.76%

R = 27.47%
G = 36.77%
B = 35.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#BDFDF6 (or 0xBDFDF6) is known color: Pale Turquoise. HEX triplet: BD, FD and F6. RGB value is (189,253,246). Sum of RGB (Red+Green+Blue) = 189+253+246=688 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.47% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 246 (96.48% from 255 or 35.76% from 688); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDF6 is #420209. Grayscale: #E9E9E9. Windows color (decimal): -4325898 or 16186813. OLE color: 16186813.

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

Color convert

RGB 189 253 246 -
CMYK 0.25 0 0.03 0.01
HSL 173.44º 0.94% 0.87% -
HSV(B) 173.44º 0.25% 0.99% -
XYZ 72.75 87.72 100.29 -
YUV 233.07 135.3 96.57 -
System Red Green Blue C M Y K H S L
Decimal 189 253 246 0.25 0 0.03 0.01 173.44 0.94 0.87
Hex BD FD F6 19 0 3 1 AD 5E 57
Octal 275 375 366 31 0 3 1 255 136 127
Binary 10111101 11111101 11110110 11001 0 11 1 10101101 1011110 1010111

Color Harmonies of #BDFDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDF6

Black with #BDFDF6

Text Example


Text Example

White with #BDFDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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