Html Css Color HEX #B1D3FE Pale Cornflower Blue

📋 copy color: '#B1D3FE'

red 177 ◦ green 211 ◦ blue 254

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

Shades of Pale Cornflower Blue #B1D3FE

Tints of Pale Cornflower Blue #B1D3FE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.87%

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

R = 27.57%
G = 32.87%
B = 39.56%

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

#B1D3FE (or 0xB1D3FE) is known color: Pale Cornflower Blue. HEX triplet: B1, D3 and FE. RGB value is (177,211,254). Sum of RGB (Red+Green+Blue) = 177+211+254=642 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.57% from 642); Green value is 211 (82.81% from 255 or 32.87% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1D3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D3FE is #4E2C01. Grayscale: #CDCDCD. Windows color (decimal): -5123074 or 16700337. OLE color: 16700337.

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

Color convert

RGB 177 211 254 -
CMYK 0.30 0.17 0 0.00
HSL 213.51º 0.97% 0.85% -
HSV(B) 213.51º 0.3% 1% -
XYZ 59.32 63.09 102.82 -
YUV 205.74 155.24 107.5 -
System Red Green Blue C M Y K H S L
Decimal 177 211 254 0.30 0.17 0 0.00 213.51 0.97 0.85
Hex B1 D3 FE 1E 11 0 0 D6 61 55
Octal 261 323 376 36 21 0 0 326 141 125
Binary 10110001 11010011 11111110 11110 10001 0 0 11010110 1100001 1010101

Color Harmonies of #B1D3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D3FE

Black with #B1D3FE

Text Example


Text Example

White with #B1D3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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