Html Css Color HEX #B1D1FE Pale Cornflower Blue

📋 copy color: '#B1D1FE'

red 177 ◦ green 209 ◦ blue 254

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

Shades of Pale Cornflower Blue #B1D1FE

Tints of Pale Cornflower Blue #B1D1FE

RGB

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

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

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

R = 27.66%
G = 32.66%
B = 39.69%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B1D1FE (or 0xB1D1FE) is known color: Pale Cornflower Blue. HEX triplet: B1, D1 and FE. RGB value is (177,209,254). Sum of RGB (Red+Green+Blue) = 177+209+254=640 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.66% from 640); Green value is 209 (82.03% from 255 or 32.66% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1D1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D1FE is #4E2E01. Grayscale: #CCCCCC. Windows color (decimal): -5123586 or 16699825. OLE color: 16699825.

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

Color convert

RGB 177 209 254 -
CMYK 0.30 0.18 0 0.00
HSL 215.06º 0.97% 0.85% -
HSV(B) 215.06º 0.3% 1% -
XYZ 58.82 62.1 102.65 -
YUV 204.56 155.9 108.34 -
System Red Green Blue C M Y K H S L
Decimal 177 209 254 0.30 0.18 0 0.00 215.06 0.97 0.85
Hex B1 D1 FE 1E 12 0 0 D7 61 55
Octal 261 321 376 36 22 0 0 327 141 125
Binary 10110001 11010001 11111110 11110 10010 0 0 11010111 1100001 1010101

Color Harmonies of #B1D1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D1FE

Black with #B1D1FE

Text Example


Text Example

White with #B1D1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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