Html Css Color HEX #BCF8FA Pale Turquoise

📋 copy color: '#BCF8FA'

red 188 ◦ green 248 ◦ blue 250

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

Shades of Pale Turquoise #BCF8FA

Tints of Pale Turquoise #BCF8FA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.15%

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

R = 27.41%
G = 36.15%
B = 36.44%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCF8FA (or 0xBCF8FA) is known color: Pale Turquoise. HEX triplet: BC, F8 and FA. RGB value is (188,248,250). Sum of RGB (Red+Green+Blue) = 188+248+250=686 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.41% from 686); Green value is 248 (97.27% from 255 or 36.15% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCF8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF8FA is #430705. Grayscale: #E6E6E6. Windows color (decimal): -4392710 or 16447676. OLE color: 16447676.

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

Color convert

RGB 188 248 250 -
CMYK 0.25 0.01 0 0.02
HSL 181.94º 0.86% 0.86% -
HSV(B) 181.94º 0.25% 0.98% -
XYZ 71.56 84.73 103.03 -
YUV 230.29 139.12 97.84 -
System Red Green Blue C M Y K H S L
Decimal 188 248 250 0.25 0.01 0 0.02 181.94 0.86 0.86
Hex BC F8 FA 19 1 0 2 B6 56 56
Octal 274 370 372 31 1 0 2 266 126 126
Binary 10111100 11111000 11111010 11001 1 0 10 10110110 1010110 1010110

Color Harmonies of #BCF8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF8FA

Black with #BCF8FA

Text Example


Text Example

White with #BCF8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF8FA; }

 p { color: rgb(188,248,250); }

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

background-color css

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

 a { background-color: rgb(188,248,250); }

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

border-color css

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

 span { border-color: rgb(188,248,250); }

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