Html Css Color HEX #BDF6EE Pale Turquoise

📋 copy color: '#BDF6EE'

red 189 ◦ green 246 ◦ blue 238

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

Shades of Pale Turquoise #BDF6EE

Tints of Pale Turquoise #BDF6EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.36%

R = 28.08%
G = 36.55%
B = 35.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#BDF6EE (or 0xBDF6EE) is known color: Pale Turquoise. HEX triplet: BD, F6 and EE. RGB value is (189,246,238). Sum of RGB (Red+Green+Blue) = 189+246+238=673 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.08% from 673); Green value is 246 (96.48% from 255 or 36.55% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF6EE is #420911. Grayscale: #E4E4E4. Windows color (decimal): -4327698 or 15660733. OLE color: 15660733.

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

Color convert

RGB 189 246 238 -
CMYK 0.23 0 0.03 0.04
HSL 171.58º 0.76% 0.85% -
HSV(B) 171.58º 0.23% 0.96% -
XYZ 69.37 82.9 93.23 -
YUV 228.05 133.62 100.15 -
System Red Green Blue C M Y K H S L
Decimal 189 246 238 0.23 0 0.03 0.04 171.58 0.76 0.85
Hex BD F6 EE 17 0 3 4 AC 4C 55
Octal 275 366 356 27 0 3 4 254 114 125
Binary 10111101 11110110 11101110 10111 0 11 100 10101100 1001100 1010101

Color Harmonies of #BDF6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF6EE

Black with #BDF6EE

Text Example


Text Example

White with #BDF6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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