Html Css Color HEX #BDFDFE Pale Turquoise

📋 copy color: '#BDFDFE'

red 189 ◦ green 253 ◦ blue 254

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

Shades of Pale Turquoise #BDFDFE

Tints of Pale Turquoise #BDFDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.49%

R = 27.16%
G = 36.35%
B = 36.49%

CMYK

 C value IS 0.26

 M value IS 0.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDFDFE (or 0xBDFDFE) is known color: Pale Turquoise. HEX triplet: BD, FD and FE. RGB value is (189,253,254). Sum of RGB (Red+Green+Blue) = 189+253+254=696 (92% of max value = 765). Red value is 189 (74.22% from 255 or 27.16% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 254 (99.61% from 255 or 36.49% from 696); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDFDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDFE is #420201. Grayscale: #E9E9E9. Windows color (decimal): -4325890 or 16711101. OLE color: 16711101.

HSL color Cylindrical-coordinate representation of color #BDFDFE: hue angle of 180.92º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFDFE is Cyan = 0.26, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 253 254 -
CMYK 0.26 0.00 0 0.00
HSL 180.92º 0.97% 0.87% -
HSV(B) 180.92º 0.26% 1% -
XYZ 74 88.23 106.89 -
YUV 233.98 139.3 95.92 -
System Red Green Blue C M Y K H S L
Decimal 189 253 254 0.26 0.00 0 0.00 180.92 0.97 0.87
Hex BD FD FE 1A 0 0 0 B5 61 57
Octal 275 375 376 32 0 0 0 265 141 127
Binary 10111101 11111101 11111110 11010 0 0 0 10110101 1100001 1010111

Color Harmonies of #BDFDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDFE

Black with #BDFDFE

Text Example


Text Example

White with #BDFDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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