Html Css Color HEX #BCE0F9 Pattens Blue

📋 copy color: '#BCE0F9'

red 188 ◦ green 224 ◦ blue 249

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

Shades of Pattens Blue #BCE0F9

Tints of Pattens Blue #BCE0F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.67%

R = 28.44%
G = 33.89%
B = 37.67%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCE0F9 (or 0xBCE0F9) is known color: Pattens Blue. HEX triplet: BC, E0 and F9. RGB value is (188,224,249). Sum of RGB (Red+Green+Blue) = 188+224+249=661 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.44% from 661); Green value is 224 (87.89% from 255 or 33.89% from 661); Blue value is 249 (97.66% from 255 or 37.67% from 661); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCE0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE0F9 is #431F06. Grayscale: #D7D7D7. Windows color (decimal): -4398855 or 16375996. OLE color: 16375996.

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

Color convert

RGB 188 224 249 -
CMYK 0.24 0.10 0 0.02
HSL 204.59º 0.84% 0.86% -
HSV(B) 204.59º 0.24% 0.98% -
XYZ 64.49 70.84 99.9 -
YUV 216.09 146.57 107.97 -
System Red Green Blue C M Y K H S L
Decimal 188 224 249 0.24 0.10 0 0.02 204.59 0.84 0.86
Hex BC E0 F9 18 A 0 2 CD 54 56
Octal 274 340 371 30 12 0 2 315 124 126
Binary 10111100 11100000 11111001 11000 1010 0 10 11001101 1010100 1010110

Color Harmonies of #BCE0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE0F9

Black with #BCE0F9

Text Example


Text Example

White with #BCE0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE0F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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