Html Css Color HEX #BCE2FD Pattens Blue

📋 copy color: '#BCE2FD'

red 188 ◦ green 226 ◦ blue 253

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

Shades of Pattens Blue #BCE2FD

Tints of Pattens Blue #BCE2FD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.88%

 BLUE value IS 253 (99.22% from 255) = 37.93%

R = 28.19%
G = 33.88%
B = 37.93%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCE2FD (or 0xBCE2FD) is known color: Pattens Blue. HEX triplet: BC, E2 and FD. RGB value is (188,226,253). Sum of RGB (Red+Green+Blue) = 188+226+253=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCE2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE2FD is #431D02. Grayscale: #D9D9D9. Windows color (decimal): -4398339 or 16638652. OLE color: 16638652.

HSL color Cylindrical-coordinate representation of color #BCE2FD: hue angle of 204.92º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCE2FD is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 226 253 -
CMYK 0.26 0.11 0 0.01
HSL 204.92º 0.94% 0.86% -
HSV(B) 204.92º 0.26% 0.99% -
XYZ 65.67 72.18 103.4 -
YUV 217.72 147.91 106.8 -
System Red Green Blue C M Y K H S L
Decimal 188 226 253 0.26 0.11 0 0.01 204.92 0.94 0.86
Hex BC E2 FD 1A B 0 1 CD 5E 56
Octal 274 342 375 32 13 0 1 315 136 126
Binary 10111100 11100010 11111101 11010 1011 0 1 11001101 1011110 1010110

Color Harmonies of #BCE2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE2FD

Black with #BCE2FD

Text Example


Text Example

White with #BCE2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE2FD; }

 p { color: rgb(188,226,253); }

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

background-color css

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

 a { background-color: rgb(188,226,253); }

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

border-color css

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

 span { border-color: rgb(188,226,253); }

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