Html Css Color HEX #B1D4FD Pale Cornflower Blue

📋 copy color: '#B1D4FD'

red 177 ◦ green 212 ◦ blue 253

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

Shades of Pale Cornflower Blue #B1D4FD

Tints of Pale Cornflower Blue #B1D4FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.41%

R = 27.57%
G = 33.02%
B = 39.41%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B1D4FD (or 0xB1D4FD) is known color: Pale Cornflower Blue. HEX triplet: B1, D4 and FD. RGB value is (177,212,253). Sum of RGB (Red+Green+Blue) = 177+212+253=642 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.57% from 642); Green value is 212 (83.20% from 255 or 33.02% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1D4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D4FD is #4E2B02. Grayscale: #CECECE. Windows color (decimal): -5122819 or 16635057. OLE color: 16635057.

HSL color Cylindrical-coordinate representation of color #B1D4FD: hue angle of 212.37º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1D4FD is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 212 253 -
CMYK 0.30 0.16 0 0.01
HSL 212.37º 0.95% 0.84% -
HSV(B) 212.37º 0.3% 0.99% -
XYZ 59.4 63.53 102.06 -
YUV 206.21 154.4 107.17 -
System Red Green Blue C M Y K H S L
Decimal 177 212 253 0.30 0.16 0 0.01 212.37 0.95 0.84
Hex B1 D4 FD 1E 10 0 1 D4 5F 54
Octal 261 324 375 36 20 0 1 324 137 124
Binary 10110001 11010100 11111101 11110 10000 0 1 11010100 1011111 1010100

Color Harmonies of #B1D4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D4FD

Black with #B1D4FD

Text Example


Text Example

White with #B1D4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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