Html Css Color HEX #BDF3EE Pale Turquoise

📋 copy color: '#BDF3EE'

red 189 ◦ green 243 ◦ blue 238

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

Shades of Pale Turquoise #BDF3EE

Tints of Pale Turquoise #BDF3EE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.27%

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

R = 28.21%
G = 36.27%
B = 35.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#BDF3EE (or 0xBDF3EE) is known color: Pale Turquoise. HEX triplet: BD, F3 and EE. RGB value is (189,243,238). Sum of RGB (Red+Green+Blue) = 189+243+238=670 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.21% from 670); Green value is 243 (95.31% from 255 or 36.27% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF3EE is #420C11. Grayscale: #E2E2E2. Windows color (decimal): -4328466 or 15659965. OLE color: 15659965.

HSL color Cylindrical-coordinate representation of color #BDF3EE: hue angle of 174.44º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF3EE is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 243 238 -
CMYK 0.22 0 0.02 0.05
HSL 174.44º 0.69% 0.85% -
HSV(B) 174.44º 0.22% 0.95% -
XYZ 68.47 81.09 92.93 -
YUV 226.28 134.61 101.41 -
System Red Green Blue C M Y K H S L
Decimal 189 243 238 0.22 0 0.02 0.05 174.44 0.69 0.85
Hex BD F3 EE 16 0 2 5 AE 45 55
Octal 275 363 356 26 0 2 5 256 105 125
Binary 10111101 11110011 11101110 10110 0 10 101 10101110 1000101 1010101

Color Harmonies of #BDF3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF3EE

Black with #BDF3EE

Text Example


Text Example

White with #BDF3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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