Html Css Color HEX #B1D4FE Pale Cornflower Blue

📋 copy color: '#B1D4FE'

red 177 ◦ green 212 ◦ blue 254

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

Shades of Pale Cornflower Blue #B1D4FE

Tints of Pale Cornflower Blue #B1D4FE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.97%

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

R = 27.53%
G = 32.97%
B = 39.5%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B1D4FE (or 0xB1D4FE) is known color: Pale Cornflower Blue. HEX triplet: B1, D4 and FE. RGB value is (177,212,254). Sum of RGB (Red+Green+Blue) = 177+212+254=643 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.53% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1D4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D4FE is #4E2B01. Grayscale: #CECECE. Windows color (decimal): -5122818 or 16700593. OLE color: 16700593.

HSL color Cylindrical-coordinate representation of color #B1D4FE: hue angle of 212.73º 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 #B1D4FE is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 212 254 -
CMYK 0.30 0.17 0 0.00
HSL 212.73º 0.97% 0.85% -
HSV(B) 212.73º 0.3% 1% -
XYZ 59.56 63.59 102.9 -
YUV 206.32 154.9 107.08 -
System Red Green Blue C M Y K H S L
Decimal 177 212 254 0.30 0.17 0 0.00 212.73 0.97 0.85
Hex B1 D4 FE 1E 11 0 0 D5 61 55
Octal 261 324 376 36 21 0 0 325 141 125
Binary 10110001 11010100 11111110 11110 10001 0 0 11010101 1100001 1010101

Color Harmonies of #B1D4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D4FE

Black with #B1D4FE

Text Example


Text Example

White with #B1D4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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