#BDF2F3

Color #BDF2F3 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #BDF2F3

Tints of Pale Turquoise #BDF2F3

Color information

#BDF2F3 (or 0xBDF2F3) is unknown color: approx Pale Turquoise. HEX triplet: BD, F2 and F3. RGB value is (189,242,243). Sum of RGB (Red+Green+Blue) = 189+242+243=674 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.04% from 674); Green value is 242 (94.92% from 255 or 35.91% from 674); Blue value is 243 (95.31% from 255 or 36.05% from 674); Max value from RGB is 243 - color contains mainly: blue. Hex color #BDF2F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF2F3 is #420D0C. Grayscale: #E2E2E2. Windows color (decimal): -4328717 or 15987389. OLE color: 15987389.

HSL color Cylindrical-coordinate representation of color #BDF2F3: hue angle of 181.11º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF2F3 is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189242243-
CMYK0.220.0000.05
HSL181.11º69.23%84.71%-
HSV(B)181.11º22.22%95.29%-
XYZ68.9280.7996.76-
YUV226.27137.44101.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.04%
GREEN value IS 242 (94.92% from 255) = 35.91%
BLUE value IS 243 (95.31% from 255) = 36.05%
R=28.04%
G=35.91%
B=36.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892422430.220.0000.05181.1169.2384.71
HexBDF2F316005b54555
Octal27536236326005265105125
Binary10111101111100101111001110110001011011010110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF2F3; }

 p { color: rgb(189,242,243); }

 H1.HeaderClassName
 {
   color: #BDF2F3;
 }
 .AnyTagClassName
 {
   color: #BDF2F3;
 }
</style>
background-color css

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

 a { background-color: rgb(189,242,243); }

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

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

 span { border-color: rgb(189,242,243); }

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