Html Css Color HEX #B1DCFE Pale Cornflower Blue

📋 copy color: '#B1DCFE'

red 177 ◦ green 220 ◦ blue 254

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

Shades of Pale Cornflower Blue #B1DCFE

Tints of Pale Cornflower Blue #B1DCFE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.79%

 BLUE value IS 254 (99.61% from 255) = 39.02%

R = 27.19%
G = 33.79%
B = 39.02%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B1DCFE (or 0xB1DCFE) is known color: Pale Cornflower Blue. HEX triplet: B1, DC and FE. RGB value is (177,220,254). Sum of RGB (Red+Green+Blue) = 177+220+254=651 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.19% from 651); Green value is 220 (86.33% from 255 or 33.79% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1DCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DCFE is #4E2301. Grayscale: #D2D2D2. Windows color (decimal): -5120770 or 16702641. OLE color: 16702641.

HSL color Cylindrical-coordinate representation of color #B1DCFE: hue angle of 206.49º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1DCFE is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 220 254 -
CMYK 0.30 0.13 0 0.00
HSL 206.49º 0.97% 0.85% -
HSV(B) 206.49º 0.3% 1% -
XYZ 61.61 67.69 103.58 -
YUV 211.02 152.25 103.74 -
System Red Green Blue C M Y K H S L
Decimal 177 220 254 0.30 0.13 0 0.00 206.49 0.97 0.85
Hex B1 DC FE 1E D 0 0 CE 61 55
Octal 261 334 376 36 15 0 0 316 141 125
Binary 10110001 11011100 11111110 11110 1101 0 0 11001110 1100001 1010101

Color Harmonies of #B1DCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DCFE

Black with #B1DCFE

Text Example


Text Example

White with #B1DCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DCFE; }

 p { color: rgb(177,220,254); }

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

background-color css

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

 a { background-color: rgb(177,220,254); }

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

border-color css

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

 span { border-color: rgb(177,220,254); }

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