Html Css Color HEX #BDF8FE Pale Turquoise

📋 copy color: '#BDF8FE'

red 189 ◦ green 248 ◦ blue 254

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

Shades of Pale Turquoise #BDF8FE

Tints of Pale Turquoise #BDF8FE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.89%

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

R = 27.35%
G = 35.89%
B = 36.76%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDF8FE (or 0xBDF8FE) is known color: Pale Turquoise. HEX triplet: BD, F8 and FE. RGB value is (189,248,254). Sum of RGB (Red+Green+Blue) = 189+248+254=691 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.35% from 691); Green value is 248 (97.27% from 255 or 35.89% from 691); Blue value is 254 (99.61% from 255 or 36.76% from 691); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDF8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF8FE is #420701. Grayscale: #E6E6E6. Windows color (decimal): -4327170 or 16709821. OLE color: 16709821.

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

Color convert

RGB 189 248 254 -
CMYK 0.26 0.02 0 0.00
HSL 185.54º 0.97% 0.87% -
HSV(B) 185.54º 0.26% 1% -
XYZ 72.44 85.11 106.38 -
YUV 231.04 140.95 98.01 -
System Red Green Blue C M Y K H S L
Decimal 189 248 254 0.26 0.02 0 0.00 185.54 0.97 0.87
Hex BD F8 FE 1A 2 0 0 BA 61 57
Octal 275 370 376 32 2 0 0 272 141 127
Binary 10111101 11111000 11111110 11010 10 0 0 10111010 1100001 1010111

Color Harmonies of #BDF8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF8FE

Black with #BDF8FE

Text Example


Text Example

White with #BDF8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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