Html Css Color HEX #BCFDF9 Pale Turquoise

📋 copy color: '#BCFDF9'

red 188 ◦ green 253 ◦ blue 249

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

Shades of Pale Turquoise #BCFDF9

Tints of Pale Turquoise #BCFDF9

RGB

 RED value IS 188 (73.83% from 255) = 27.25%

 GREEN value IS 253 (99.22% from 255) = 36.67%

 BLUE value IS 249 (97.66% from 255) = 36.09%

R = 27.25%
G = 36.67%
B = 36.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#BCFDF9 (or 0xBCFDF9) is known color: Pale Turquoise. HEX triplet: BC, FD and F9. RGB value is (188,253,249). Sum of RGB (Red+Green+Blue) = 188+253+249=690 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.25% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFDF9 is #430206. Grayscale: #E9E9E9. Windows color (decimal): -4391431 or 16383420. OLE color: 16383420.

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

Color convert

RGB 188 253 249 -
CMYK 0.26 0 0.02 0.01
HSL 176.31º 0.94% 0.86% -
HSV(B) 176.31º 0.26% 0.99% -
XYZ 72.96 87.78 102.72 -
YUV 233.11 136.97 95.83 -
System Red Green Blue C M Y K H S L
Decimal 188 253 249 0.26 0 0.02 0.01 176.31 0.94 0.86
Hex BC FD F9 1A 0 2 1 B0 5E 56
Octal 274 375 371 32 0 2 1 260 136 126
Binary 10111100 11111101 11111001 11010 0 10 1 10110000 1011110 1010110

Color Harmonies of #BCFDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFDF9

Black with #BCFDF9

Text Example


Text Example

White with #BCFDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFDF9; }

 p { color: rgb(188,253,249); }

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

background-color css

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

 a { background-color: rgb(188,253,249); }

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

border-color css

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

 span { border-color: rgb(188,253,249); }

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