Html Css Color HEX #B1CEFF Pale Cornflower Blue

📋 copy color: '#B1CEFF'

red 177 ◦ green 206 ◦ blue 255

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

Shades of Pale Cornflower Blue #B1CEFF

Tints of Pale Cornflower Blue #B1CEFF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.29%

 BLUE value IS 255 (100% from 255) = 39.97%

R = 27.74%
G = 32.29%
B = 39.97%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B1CEFF (or 0xB1CEFF) is known color: Pale Cornflower Blue. HEX triplet: B1, CE and FF. RGB value is (177,206,255). Sum of RGB (Red+Green+Blue) = 177+206+255=638 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.74% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1CEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CEFF is #4E3100. Grayscale: #CACACA. Windows color (decimal): -5124353 or 16764593. OLE color: 16764593.

HSL color Cylindrical-coordinate representation of color #B1CEFF: hue angle of 217.69º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1CEFF is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 206 255 -
CMYK 0.31 0.19 0 0
HSL 217.69º 1% 0.85% -
HSV(B) 217.69º 0.31% 1% -
XYZ 58.25 60.71 103.26 -
YUV 202.92 157.39 109.52 -
System Red Green Blue C M Y K H S L
Decimal 177 206 255 0.31 0.19 0 0 217.69 1 0.85
Hex B1 CE FF 1F 13 0 0 DA 64 55
Octal 261 316 377 37 23 0 0 332 144 125
Binary 10110001 11001110 11111111 11111 10011 0 0 11011010 1100100 1010101

Color Harmonies of #B1CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CEFF

Black with #B1CEFF

Text Example


Text Example

White with #B1CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CEFF; }

 p { color: rgb(177,206,255); }

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

background-color css

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

 a { background-color: rgb(177,206,255); }

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

border-color css

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

 span { border-color: rgb(177,206,255); }

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