Html Css Color HEX #BCF8FB Pale Turquoise

📋 copy color: '#BCF8FB'

red 188 ◦ green 248 ◦ blue 251

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

Shades of Pale Turquoise #BCF8FB

Tints of Pale Turquoise #BCF8FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.54%

R = 27.37%
G = 36.1%
B = 36.54%

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

#BCF8FB (or 0xBCF8FB) is known color: Pale Turquoise. HEX triplet: BC, F8 and FB. RGB value is (188,248,251). Sum of RGB (Red+Green+Blue) = 188+248+251=687 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.37% from 687); Green value is 248 (97.27% from 255 or 36.10% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCF8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF8FB is #430704. Grayscale: #E6E6E6. Windows color (decimal): -4392709 or 16513212. OLE color: 16513212.

HSL color Cylindrical-coordinate representation of color #BCF8FB: hue angle of 182.86º degrees, saturation: 0.89, 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 #BCF8FB is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 248 251 -
CMYK 0.25 0.01 0 0.02
HSL 182.86º 0.89% 0.86% -
HSV(B) 182.86º 0.25% 0.98% -
XYZ 71.72 84.79 103.85 -
YUV 230.4 139.62 97.76 -
System Red Green Blue C M Y K H S L
Decimal 188 248 251 0.25 0.01 0 0.02 182.86 0.89 0.86
Hex BC F8 FB 19 1 0 2 B7 59 56
Octal 274 370 373 31 1 0 2 267 131 126
Binary 10111100 11111000 11111011 11001 1 0 10 10110111 1011001 1010110

Color Harmonies of #BCF8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF8FB

Black with #BCF8FB

Text Example


Text Example

White with #BCF8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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