Html Css Color HEX #BDF9FA Pale Turquoise

📋 copy color: '#BDF9FA'

red 189 ◦ green 249 ◦ blue 250

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

Shades of Pale Turquoise #BDF9FA

Tints of Pale Turquoise #BDF9FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.34%

R = 27.47%
G = 36.19%
B = 36.34%

CMYK

 C value IS 0.24

 M value IS 0.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDF9FA (or 0xBDF9FA) is known color: Pale Turquoise. HEX triplet: BD, F9 and FA. RGB value is (189,249,250). Sum of RGB (Red+Green+Blue) = 189+249+250=688 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.47% from 688); Green value is 249 (97.66% from 255 or 36.19% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDF9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF9FA is #420605. Grayscale: #E7E7E7. Windows color (decimal): -4326918 or 16447933. OLE color: 16447933.

HSL color Cylindrical-coordinate representation of color #BDF9FA: hue angle of 180.98º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF9FA is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 249 250 -
CMYK 0.24 0.00 0 0.02
HSL 180.98º 0.86% 0.86% -
HSV(B) 180.98º 0.24% 0.98% -
XYZ 72.12 85.47 103.14 -
YUV 231.17 138.62 97.92 -
System Red Green Blue C M Y K H S L
Decimal 189 249 250 0.24 0.00 0 0.02 180.98 0.86 0.86
Hex BD F9 FA 18 0 0 2 B5 56 56
Octal 275 371 372 30 0 0 2 265 126 126
Binary 10111101 11111001 11111010 11000 0 0 10 10110101 1010110 1010110

Color Harmonies of #BDF9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF9FA

Black with #BDF9FA

Text Example


Text Example

White with #BDF9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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