Html Css Color HEX #BDFAFD Pale Turquoise

📋 copy color: '#BDFAFD'

red 189 ◦ green 250 ◦ blue 253

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

Shades of Pale Turquoise #BDFAFD

Tints of Pale Turquoise #BDFAFD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.13%

 BLUE value IS 253 (99.22% from 255) = 36.56%

R = 27.31%
G = 36.13%
B = 36.56%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDFAFD (or 0xBDFAFD) is known color: Pale Turquoise. HEX triplet: BD, FA and FD. RGB value is (189,250,253). Sum of RGB (Red+Green+Blue) = 189+250+253=692 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.31% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 253 (99.22% from 255 or 36.56% from 692); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDFAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFAFD is #420502. Grayscale: #E8E8E8. Windows color (decimal): -4326659 or 16644797. OLE color: 16644797.

HSL color Cylindrical-coordinate representation of color #BDFAFD: hue angle of 182.81º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFAFD is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 250 253 -
CMYK 0.25 0.01 0 0.01
HSL 182.81º 0.94% 0.87% -
HSV(B) 182.81º 0.25% 0.99% -
XYZ 72.9 86.28 105.74 -
YUV 232.1 139.79 97.26 -
System Red Green Blue C M Y K H S L
Decimal 189 250 253 0.25 0.01 0 0.01 182.81 0.94 0.87
Hex BD FA FD 19 1 0 1 B7 5E 57
Octal 275 372 375 31 1 0 1 267 136 127
Binary 10111101 11111010 11111101 11001 1 0 1 10110111 1011110 1010111

Color Harmonies of #BDFAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFAFD

Black with #BDFAFD

Text Example


Text Example

White with #BDFAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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