Html Css Color HEX #BCF6FE Pale Turquoise

📋 copy color: '#BCF6FE'

red 188 ◦ green 246 ◦ blue 254

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

Shades of Pale Turquoise #BCF6FE

Tints of Pale Turquoise #BCF6FE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 35.76%

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

R = 27.33%
G = 35.76%
B = 36.92%

CMYK

 C value IS 0.26

 M value IS 0.03

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BCF6FE (or 0xBCF6FE) is known color: Pale Turquoise. HEX triplet: BC, F6 and FE. RGB value is (188,246,254). Sum of RGB (Red+Green+Blue) = 188+246+254=688 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.33% from 688); Green value is 246 (96.48% from 255 or 35.76% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCF6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF6FE is #430901. Grayscale: #E5E5E5. Windows color (decimal): -4393218 or 16709308. OLE color: 16709308.

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

Color convert

RGB 188 246 254 -
CMYK 0.26 0.03 0 0.00
HSL 187.27º 0.97% 0.87% -
HSV(B) 187.27º 0.26% 1% -
XYZ 71.58 83.76 106.16 -
YUV 229.57 141.78 98.35 -
System Red Green Blue C M Y K H S L
Decimal 188 246 254 0.26 0.03 0 0.00 187.27 0.97 0.87
Hex BC F6 FE 1A 3 0 0 BB 61 57
Octal 274 366 376 32 3 0 0 273 141 127
Binary 10111100 11110110 11111110 11010 11 0 0 10111011 1100001 1010111

Color Harmonies of #BCF6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF6FE

Black with #BCF6FE

Text Example


Text Example

White with #BCF6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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