Html Css Color HEX #BDF9FE Pale Turquoise

📋 copy color: '#BDF9FE'

red 189 ◦ green 249 ◦ blue 254

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

Shades of Pale Turquoise #BDF9FE

Tints of Pale Turquoise #BDF9FE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 35.98%

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

R = 27.31%
G = 35.98%
B = 36.71%

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

#BDF9FE (or 0xBDF9FE) is known color: Pale Turquoise. HEX triplet: BD, F9 and FE. RGB value is (189,249,254). Sum of RGB (Red+Green+Blue) = 189+249+254=692 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.31% from 692); Green value is 249 (97.66% from 255 or 35.98% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDF9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF9FE is #420601. Grayscale: #E7E7E7. Windows color (decimal): -4326914 or 16710077. OLE color: 16710077.

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

Color convert

RGB 189 249 254 -
CMYK 0.26 0.02 0 0.00
HSL 184.62º 0.97% 0.87% -
HSV(B) 184.62º 0.26% 1% -
XYZ 72.75 85.73 106.48 -
YUV 231.63 140.62 97.59 -
System Red Green Blue C M Y K H S L
Decimal 189 249 254 0.26 0.02 0 0.00 184.62 0.97 0.87
Hex BD F9 FE 1A 2 0 0 B9 61 57
Octal 275 371 376 32 2 0 0 271 141 127
Binary 10111101 11111001 11111110 11010 10 0 0 10111001 1100001 1010111

Color Harmonies of #BDF9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF9FE

Black with #BDF9FE

Text Example


Text Example

White with #BDF9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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