Html Css Color HEX #BCF8FE Pale Turquoise

📋 copy color: '#BCF8FE'

red 188 ◦ green 248 ◦ blue 254

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

Shades of Pale Turquoise #BCF8FE

Tints of Pale Turquoise #BCF8FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.81%

R = 27.25%
G = 35.94%
B = 36.81%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BCF8FE (or 0xBCF8FE) is known color: Pale Turquoise. HEX triplet: BC, F8 and FE. RGB value is (188,248,254). Sum of RGB (Red+Green+Blue) = 188+248+254=690 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.25% from 690); Green value is 248 (97.27% from 255 or 35.94% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCF8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF8FE is #430701. Grayscale: #E6E6E6. Windows color (decimal): -4392706 or 16709820. OLE color: 16709820.

HSL color Cylindrical-coordinate representation of color #BCF8FE: hue angle of 185.45º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCF8FE is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 248 254 -
CMYK 0.26 0.02 0 0.00
HSL 185.45º 0.97% 0.87% -
HSV(B) 185.45º 0.26% 1% -
XYZ 72.2 84.98 106.36 -
YUV 230.74 141.12 97.51 -
System Red Green Blue C M Y K H S L
Decimal 188 248 254 0.26 0.02 0 0.00 185.45 0.97 0.87
Hex BC F8 FE 1A 2 0 0 B9 61 57
Octal 274 370 376 32 2 0 0 271 141 127
Binary 10111100 11111000 11111110 11010 10 0 0 10111001 1100001 1010111

Color Harmonies of #BCF8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF8FE

Black with #BCF8FE

Text Example


Text Example

White with #BCF8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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