Html Css Color HEX #BCE2FC Pattens Blue

📋 copy color: '#BCE2FC'

red 188 ◦ green 226 ◦ blue 252

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

Shades of Pattens Blue #BCE2FC

Tints of Pattens Blue #BCE2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.84%

R = 28.23%
G = 33.93%
B = 37.84%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCE2FC (or 0xBCE2FC) is known color: Pattens Blue. HEX triplet: BC, E2 and FC. RGB value is (188,226,252). Sum of RGB (Red+Green+Blue) = 188+226+252=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 226 (88.67% from 255 or 33.93% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCE2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE2FC is #431D03. Grayscale: #D9D9D9. Windows color (decimal): -4398340 or 16573116. OLE color: 16573116.

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

Color convert

RGB 188 226 252 -
CMYK 0.25 0.10 0 0.01
HSL 204.38º 0.91% 0.86% -
HSV(B) 204.38º 0.25% 0.99% -
XYZ 65.51 72.11 102.56 -
YUV 217.6 147.41 106.89 -
System Red Green Blue C M Y K H S L
Decimal 188 226 252 0.25 0.10 0 0.01 204.38 0.91 0.86
Hex BC E2 FC 19 A 0 1 CC 5B 56
Octal 274 342 374 31 12 0 1 314 133 126
Binary 10111100 11100010 11111100 11001 1010 0 1 11001100 1011011 1010110

Color Harmonies of #BCE2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE2FC

Black with #BCE2FC

Text Example


Text Example

White with #BCE2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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