Html Css Color HEX #BCE1FA Pattens Blue

📋 copy color: '#BCE1FA'

red 188 ◦ green 225 ◦ blue 250

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

Shades of Pattens Blue #BCE1FA

Tints of Pattens Blue #BCE1FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.71%

R = 28.36%
G = 33.94%
B = 37.71%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCE1FA (or 0xBCE1FA) is known color: Pattens Blue. HEX triplet: BC, E1 and FA. RGB value is (188,225,250). Sum of RGB (Red+Green+Blue) = 188+225+250=663 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.36% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCE1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE1FA is #431E05. Grayscale: #D8D8D8. Windows color (decimal): -4398598 or 16441788. OLE color: 16441788.

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

Color convert

RGB 188 225 250 -
CMYK 0.25 0.10 0 0.02
HSL 204.19º 0.86% 0.86% -
HSV(B) 204.19º 0.25% 0.98% -
XYZ 64.92 71.44 100.81 -
YUV 216.79 146.74 107.47 -
System Red Green Blue C M Y K H S L
Decimal 188 225 250 0.25 0.10 0 0.02 204.19 0.86 0.86
Hex BC E1 FA 19 A 0 2 CC 56 56
Octal 274 341 372 31 12 0 2 314 126 126
Binary 10111100 11100001 11111010 11001 1010 0 10 11001100 1010110 1010110

Color Harmonies of #BCE1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE1FA

Black with #BCE1FA

Text Example


Text Example

White with #BCE1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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