Html Css Color HEX #BCFBF2 Pale Turquoise

📋 copy color: '#BCFBF2'

red 188 ◦ green 251 ◦ blue 242

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

Shades of Pale Turquoise #BCFBF2

Tints of Pale Turquoise #BCFBF2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.86%

 BLUE value IS 242 (94.92% from 255) = 35.54%

R = 27.61%
G = 36.86%
B = 35.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#BCFBF2 (or 0xBCFBF2) is known color: Pale Turquoise. HEX triplet: BC, FB and F2. RGB value is (188,251,242). Sum of RGB (Red+Green+Blue) = 188+251+242=681 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.61% from 681); Green value is 251 (98.44% from 255 or 36.86% from 681); Blue value is 242 (94.92% from 255 or 35.54% from 681); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFBF2 is #43040D. Grayscale: #E7E7E7. Windows color (decimal): -4391950 or 15924156. OLE color: 15924156.

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

Color convert

RGB 188 251 242 -
CMYK 0.25 0 0.04 0.02
HSL 171.43º 0.89% 0.86% -
HSV(B) 171.43º 0.25% 0.98% -
XYZ 71.26 86.1 96.87 -
YUV 231.14 134.13 97.23 -
System Red Green Blue C M Y K H S L
Decimal 188 251 242 0.25 0 0.04 0.02 171.43 0.89 0.86
Hex BC FB F2 19 0 4 2 AB 59 56
Octal 274 373 362 31 0 4 2 253 131 126
Binary 10111100 11111011 11110010 11001 0 100 10 10101011 1011001 1010110

Color Harmonies of #BCFBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFBF2

Black with #BCFBF2

Text Example


Text Example

White with #BCFBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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