Html Css Color HEX #BCFFF2 Pale Turquoise

📋 copy color: '#BCFFF2'

red 188 ◦ green 255 ◦ blue 242

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

Shades of Pale Turquoise #BCFFF2

Tints of Pale Turquoise #BCFFF2

RGB

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

 GREEN value IS 255 (100% from 255) = 37.23%

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

R = 27.45%
G = 37.23%
B = 35.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#BCFFF2 (or 0xBCFFF2) is known color: Pale Turquoise. HEX triplet: BC, FF and F2. RGB value is (188,255,242). Sum of RGB (Red+Green+Blue) = 188+255+242=685 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.45% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 242 (94.92% from 255 or 35.33% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFF2 is #43000D. Grayscale: #E9E9E9. Windows color (decimal): -4390926 or 15925180. OLE color: 15925180.

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

Color convert

RGB 188 255 242 -
CMYK 0.26 0 0.05 0
HSL 168.36º 1% 0.87% -
HSV(B) 168.36º 0.26% 1% -
XYZ 72.53 88.62 97.29 -
YUV 233.49 132.8 95.56 -
System Red Green Blue C M Y K H S L
Decimal 188 255 242 0.26 0 0.05 0 168.36 1 0.87
Hex BC FF F2 1A 0 5 0 A8 64 57
Octal 274 377 362 32 0 5 0 250 144 127
Binary 10111100 11111111 11110010 11010 0 101 0 10101000 1100100 1010111

Color Harmonies of #BCFFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFFF2

Black with #BCFFF2

Text Example


Text Example

White with #BCFFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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