Html Css Color HEX #BCE0FF Pattens Blue

📋 copy color: '#BCE0FF'

red 188 ◦ green 224 ◦ blue 255

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

Shades of Pattens Blue #BCE0FF

Tints of Pattens Blue #BCE0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.58%

 BLUE value IS 255 (100% from 255) = 38.23%

R = 28.19%
G = 33.58%
B = 38.23%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCE0FF (or 0xBCE0FF) is known color: Pattens Blue. HEX triplet: BC, E0 and FF. RGB value is (188,224,255). Sum of RGB (Red+Green+Blue) = 188+224+255=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 224 (87.89% from 255 or 33.58% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCE0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE0FF is #431F00. Grayscale: #D8D8D8. Windows color (decimal): -4398849 or 16769212. OLE color: 16769212.

HSL color Cylindrical-coordinate representation of color #BCE0FF: hue angle of 207.76º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCE0FF is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 224 255 -
CMYK 0.26 0.12 0 0
HSL 207.76º 1% 0.87% -
HSV(B) 207.76º 0.26% 1% -
XYZ 65.44 71.22 104.91 -
YUV 216.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 188 224 255 0.26 0.12 0 0 207.76 1 0.87
Hex BC E0 FF 1A C 0 0 D0 64 57
Octal 274 340 377 32 14 0 0 320 144 127
Binary 10111100 11100000 11111111 11010 1100 0 0 11010000 1100100 1010111

Color Harmonies of #BCE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE0FF

Black with #BCE0FF

Text Example


Text Example

White with #BCE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE0FF; }

 p { color: rgb(188,224,255); }

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

background-color css

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

 a { background-color: rgb(188,224,255); }

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

border-color css

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

 span { border-color: rgb(188,224,255); }

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