Html Css Color HEX #BDFDF7 Pale Turquoise

📋 copy color: '#BDFDF7'

red 189 ◦ green 253 ◦ blue 247

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

Shades of Pale Turquoise #BDFDF7

Tints of Pale Turquoise #BDFDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 35.85%

R = 27.43%
G = 36.72%
B = 35.85%

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

#BDFDF7 (or 0xBDFDF7) is known color: Pale Turquoise. HEX triplet: BD, FD and F7. RGB value is (189,253,247). Sum of RGB (Red+Green+Blue) = 189+253+247=689 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.43% from 689); Green value is 253 (99.22% from 255 or 36.72% from 689); Blue value is 247 (96.88% from 255 or 35.85% from 689); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDF7 is #420208. Grayscale: #E9E9E9. Windows color (decimal): -4325897 or 16252349. OLE color: 16252349.

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

Color convert

RGB 189 253 247 -
CMYK 0.25 0 0.02 0.01
HSL 174.38º 0.94% 0.87% -
HSV(B) 174.38º 0.25% 0.99% -
XYZ 72.9 87.78 101.1 -
YUV 233.18 135.8 96.49 -
System Red Green Blue C M Y K H S L
Decimal 189 253 247 0.25 0 0.02 0.01 174.38 0.94 0.87
Hex BD FD F7 19 0 2 1 AE 5E 57
Octal 275 375 367 31 0 2 1 256 136 127
Binary 10111101 11111101 11110111 11001 0 10 1 10101110 1011110 1010111

Color Harmonies of #BDFDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDF7

Black with #BDFDF7

Text Example


Text Example

White with #BDFDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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