Html Css Color HEX #BDF7FE Pale Turquoise

📋 copy color: '#BDF7FE'

red 189 ◦ green 247 ◦ blue 254

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

Shades of Pale Turquoise #BDF7FE

Tints of Pale Turquoise #BDF7FE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 35.8%

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

R = 27.39%
G = 35.8%
B = 36.81%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDF7FE (or 0xBDF7FE) is known color: Pale Turquoise. HEX triplet: BD, F7 and FE. RGB value is (189,247,254). Sum of RGB (Red+Green+Blue) = 189+247+254=690 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.39% from 690); Green value is 247 (96.88% from 255 or 35.80% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDF7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF7FE is #420801. Grayscale: #E6E6E6. Windows color (decimal): -4327426 or 16709565. OLE color: 16709565.

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

Color convert

RGB 189 247 254 -
CMYK 0.26 0.03 0 0.00
HSL 186.46º 0.97% 0.87% -
HSV(B) 186.46º 0.26% 1% -
XYZ 72.14 84.5 106.27 -
YUV 230.46 141.28 98.43 -
System Red Green Blue C M Y K H S L
Decimal 189 247 254 0.26 0.03 0 0.00 186.46 0.97 0.87
Hex BD F7 FE 1A 3 0 0 BA 61 57
Octal 275 367 376 32 3 0 0 272 141 127
Binary 10111101 11110111 11111110 11010 11 0 0 10111010 1100001 1010111

Color Harmonies of #BDF7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF7FE

Black with #BDF7FE

Text Example


Text Example

White with #BDF7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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