Html Css Color HEX #BDF6ED Pale Turquoise

📋 copy color: '#BDF6ED'

red 189 ◦ green 246 ◦ blue 237

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

Shades of Pale Turquoise #BDF6ED

Tints of Pale Turquoise #BDF6ED

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.61%

 BLUE value IS 237 (92.97% from 255) = 35.27%

R = 28.13%
G = 36.61%
B = 35.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#BDF6ED (or 0xBDF6ED) is known color: Pale Turquoise. HEX triplet: BD, F6 and ED. RGB value is (189,246,237). Sum of RGB (Red+Green+Blue) = 189+246+237=672 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.12% from 672); Green value is 246 (96.48% from 255 or 36.61% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF6ED is #420912. Grayscale: #E3E3E3. Windows color (decimal): -4327699 or 15595197. OLE color: 15595197.

HSL color Cylindrical-coordinate representation of color #BDF6ED: hue angle of 170.53º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF6ED is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 246 237 -
CMYK 0.23 0 0.04 0.04
HSL 170.53º 0.76% 0.85% -
HSV(B) 170.53º 0.23% 0.96% -
XYZ 69.23 82.84 92.46 -
YUV 227.93 133.12 100.23 -
System Red Green Blue C M Y K H S L
Decimal 189 246 237 0.23 0 0.04 0.04 170.53 0.76 0.85
Hex BD F6 ED 17 0 4 4 AB 4C 55
Octal 275 366 355 27 0 4 4 253 114 125
Binary 10111101 11110110 11101101 10111 0 100 100 10101011 1001100 1010101

Color Harmonies of #BDF6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF6ED

Black with #BDF6ED

Text Example


Text Example

White with #BDF6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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