Html Css Color HEX #B1CDF5 Pale Cornflower Blue

📋 copy color: '#B1CDF5'

red 177 ◦ green 205 ◦ blue 245

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

Shades of Pale Cornflower Blue #B1CDF5

Tints of Pale Cornflower Blue #B1CDF5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.7%

 BLUE value IS 245 (96.09% from 255) = 39.07%

R = 28.23%
G = 32.7%
B = 39.07%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B1CDF5 (or 0xB1CDF5) is known color: Pale Cornflower Blue. HEX triplet: B1, CD and F5. RGB value is (177,205,245). Sum of RGB (Red+Green+Blue) = 177+205+245=627 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.23% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 245 (96.09% from 255 or 39.07% from 627); Max value from RGB is 245 - color contains mainly: blue. Hex color #B1CDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CDF5 is #4E320A. Grayscale: #C8C8C8. Windows color (decimal): -5124619 or 16108977. OLE color: 16108977.

HSL color Cylindrical-coordinate representation of color #B1CDF5: hue angle of 215.29º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1CDF5 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 205 245 -
CMYK 0.28 0.16 0 0.04
HSL 215.29º 0.77% 0.83% -
HSV(B) 215.29º 0.28% 0.96% -
XYZ 56.44 59.6 94.92 -
YUV 201.19 152.72 110.75 -
System Red Green Blue C M Y K H S L
Decimal 177 205 245 0.28 0.16 0 0.04 215.29 0.77 0.83
Hex B1 CD F5 1C 10 0 4 D7 4D 53
Octal 261 315 365 34 20 0 4 327 115 123
Binary 10110001 11001101 11110101 11100 10000 0 100 11010111 1001101 1010011

Color Harmonies of #B1CDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CDF5

Black with #B1CDF5

Text Example


Text Example

White with #B1CDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CDF5; }

 p { color: rgb(177,205,245); }

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

background-color css

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

 a { background-color: rgb(177,205,245); }

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

border-color css

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

 span { border-color: rgb(177,205,245); }

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