Html Css Color HEX #BCFAFE Pale Turquoise

📋 copy color: '#BCFAFE'

red 188 ◦ green 250 ◦ blue 254

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

Shades of Pale Turquoise #BCFAFE

Tints of Pale Turquoise #BCFAFE

RGB

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

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

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

R = 27.17%
G = 36.13%
B = 36.71%

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

#BCFAFE (or 0xBCFAFE) is known color: Pale Turquoise. HEX triplet: BC, FA and FE. RGB value is (188,250,254). Sum of RGB (Red+Green+Blue) = 188+250+254=692 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.17% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 254 (99.61% from 255 or 36.71% from 692); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCFAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFAFE is #430501. Grayscale: #E7E7E7. Windows color (decimal): -4392194 or 16710332. OLE color: 16710332.

HSL color Cylindrical-coordinate representation of color #BCFAFE: hue angle of 183.64º 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 #BCFAFE is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 250 254 -
CMYK 0.26 0.02 0 0.00
HSL 183.64º 0.97% 0.87% -
HSV(B) 183.64º 0.26% 1% -
XYZ 72.81 86.22 106.57 -
YUV 231.92 140.46 96.67 -
System Red Green Blue C M Y K H S L
Decimal 188 250 254 0.26 0.02 0 0.00 183.64 0.97 0.87
Hex BC FA FE 1A 2 0 0 B8 61 57
Octal 274 372 376 32 2 0 0 270 141 127
Binary 10111100 11111010 11111110 11010 10 0 0 10111000 1100001 1010111

Color Harmonies of #BCFAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFAFE

Black with #BCFAFE

Text Example


Text Example

White with #BCFAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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