Html Css Color HEX #BCE1FE Pattens Blue

📋 copy color: '#BCE1FE'

red 188 ◦ green 225 ◦ blue 254

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

Shades of Pattens Blue #BCE1FE

Tints of Pattens Blue #BCE1FE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.73%

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

R = 28.19%
G = 33.73%
B = 38.08%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BCE1FE (or 0xBCE1FE) is known color: Pattens Blue. HEX triplet: BC, E1 and FE. RGB value is (188,225,254). Sum of RGB (Red+Green+Blue) = 188+225+254=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 225 (88.28% from 255 or 33.73% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCE1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE1FE is #431E01. Grayscale: #D9D9D9. Windows color (decimal): -4398594 or 16703932. OLE color: 16703932.

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

Color convert

RGB 188 225 254 -
CMYK 0.26 0.11 0 0.00
HSL 206.36º 0.97% 0.87% -
HSV(B) 206.36º 0.26% 1% -
XYZ 65.55 71.7 104.15 -
YUV 217.24 148.74 107.14 -
System Red Green Blue C M Y K H S L
Decimal 188 225 254 0.26 0.11 0 0.00 206.36 0.97 0.87
Hex BC E1 FE 1A B 0 0 CE 61 57
Octal 274 341 376 32 13 0 0 316 141 127
Binary 10111100 11100001 11111110 11010 1011 0 0 11001110 1100001 1010111

Color Harmonies of #BCE1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE1FE

Black with #BCE1FE

Text Example


Text Example

White with #BCE1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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