Html Css Color HEX #B1D1EC Pale Cornflower Blue

📋 copy color: '#B1D1EC'

red 177 ◦ green 209 ◦ blue 236

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

Shades of Pale Cornflower Blue #B1D1EC

Tints of Pale Cornflower Blue #B1D1EC

RGB

 RED value IS 177 (69.53% from 255) = 28.46%

 GREEN value IS 209 (82.03% from 255) = 33.6%

 BLUE value IS 236 (92.58% from 255) = 37.94%

R = 28.46%
G = 33.6%
B = 37.94%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B1D1EC (or 0xB1D1EC) is known color: Pale Cornflower Blue. HEX triplet: B1, D1 and EC. RGB value is (177,209,236). Sum of RGB (Red+Green+Blue) = 177+209+236=622 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.46% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #B1D1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D1EC is #4E2E13. Grayscale: #CACACA. Windows color (decimal): -5123604 or 15520177. OLE color: 15520177.

HSL color Cylindrical-coordinate representation of color #B1D1EC: hue angle of 207.46º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1D1EC is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 209 236 -
CMYK 0.25 0.11 0 0.07
HSL 207.46º 0.61% 0.81% -
HSV(B) 207.46º 0.25% 0.93% -
XYZ 56.07 61 88.18 -
YUV 202.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 177 209 236 0.25 0.11 0 0.07 207.46 0.61 0.81
Hex B1 D1 EC 19 B 0 7 CF 3D 51
Octal 261 321 354 31 13 0 7 317 75 121
Binary 10110001 11010001 11101100 11001 1011 0 111 11001111 111101 1010001

Color Harmonies of #B1D1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D1EC

Black with #B1D1EC

Text Example


Text Example

White with #B1D1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D1EC; }

 p { color: rgb(177,209,236); }

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

background-color css

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

 a { background-color: rgb(177,209,236); }

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

border-color css

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

 span { border-color: rgb(177,209,236); }

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