Html Css Color HEX #B1DCFC Pale Cornflower Blue

📋 copy color: '#B1DCFC'

red 177 ◦ green 220 ◦ blue 252

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

Shades of Pale Cornflower Blue #B1DCFC

Tints of Pale Cornflower Blue #B1DCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.83%

R = 27.27%
G = 33.9%
B = 38.83%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B1DCFC (or 0xB1DCFC) is known color: Pale Cornflower Blue. HEX triplet: B1, DC and FC. RGB value is (177,220,252). Sum of RGB (Red+Green+Blue) = 177+220+252=649 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.27% from 649); Green value is 220 (86.33% from 255 or 33.90% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1DCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DCFC is #4E2303. Grayscale: #D2D2D2. Windows color (decimal): -5120772 or 16571569. OLE color: 16571569.

HSL color Cylindrical-coordinate representation of color #B1DCFC: hue angle of 205.6º degrees, saturation: 0.93, 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 #B1DCFC is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 220 252 -
CMYK 0.30 0.13 0 0.01
HSL 205.6º 0.93% 0.84% -
HSV(B) 205.6º 0.3% 0.99% -
XYZ 61.3 67.56 101.91 -
YUV 210.79 151.25 103.9 -
System Red Green Blue C M Y K H S L
Decimal 177 220 252 0.30 0.13 0 0.01 205.6 0.93 0.84
Hex B1 DC FC 1E D 0 1 CE 5D 54
Octal 261 334 374 36 15 0 1 316 135 124
Binary 10110001 11011100 11111100 11110 1101 0 1 11001110 1011101 1010100

Color Harmonies of #B1DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DCFC

Black with #B1DCFC

Text Example


Text Example

White with #B1DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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