Html Css Color HEX #BCE3FE Pattens Blue

📋 copy color: '#BCE3FE'

red 188 ◦ green 227 ◦ blue 254

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

Shades of Pattens Blue #BCE3FE

Tints of Pattens Blue #BCE3FE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.93%

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

R = 28.1%
G = 33.93%
B = 37.97%

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

#BCE3FE (or 0xBCE3FE) is known color: Pattens Blue. HEX triplet: BC, E3 and FE. RGB value is (188,227,254). Sum of RGB (Red+Green+Blue) = 188+227+254=669 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.10% from 669); Green value is 227 (89.06% from 255 or 33.93% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCE3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE3FE is #431C01. Grayscale: #DADADA. Windows color (decimal): -4398082 or 16704444. OLE color: 16704444.

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

Color convert

RGB 188 227 254 -
CMYK 0.26 0.11 0 0.00
HSL 204.55º 0.97% 0.87% -
HSV(B) 204.55º 0.26% 1% -
XYZ 66.1 72.79 104.33 -
YUV 218.42 148.08 106.3 -
System Red Green Blue C M Y K H S L
Decimal 188 227 254 0.26 0.11 0 0.00 204.55 0.97 0.87
Hex BC E3 FE 1A B 0 0 CD 61 57
Octal 274 343 376 32 13 0 0 315 141 127
Binary 10111100 11100011 11111110 11010 1011 0 0 11001101 1100001 1010111

Color Harmonies of #BCE3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE3FE

Black with #BCE3FE

Text Example


Text Example

White with #BCE3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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