Html Css Color HEX #BCF9FF Pale Turquoise

📋 copy color: '#BCF9FF'

red 188 ◦ green 249 ◦ blue 255

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

Shades of Pale Turquoise #BCF9FF

Tints of Pale Turquoise #BCF9FF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 35.98%

 BLUE value IS 255 (100% from 255) = 36.85%

R = 27.17%
G = 35.98%
B = 36.85%

CMYK

 C value IS 0.26

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCF9FF (or 0xBCF9FF) is known color: Pale Turquoise. HEX triplet: BC, F9 and FF. RGB value is (188,249,255). Sum of RGB (Red+Green+Blue) = 188+249+255=692 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.17% from 692); Green value is 249 (97.66% from 255 or 35.98% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCF9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF9FF is #430600. Grayscale: #E7E7E7. Windows color (decimal): -4392449 or 16775612. OLE color: 16775612.

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

Color convert

RGB 188 249 255 -
CMYK 0.26 0.02 0 0
HSL 185.37º 1% 0.87% -
HSV(B) 185.37º 0.26% 1% -
XYZ 72.66 85.66 107.31 -
YUV 231.45 141.29 97.01 -
System Red Green Blue C M Y K H S L
Decimal 188 249 255 0.26 0.02 0 0 185.37 1 0.87
Hex BC F9 FF 1A 2 0 0 B9 64 57
Octal 274 371 377 32 2 0 0 271 144 127
Binary 10111100 11111001 11111111 11010 10 0 0 10111001 1100100 1010111

Color Harmonies of #BCF9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF9FF

Black with #BCF9FF

Text Example


Text Example

White with #BCF9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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