Html Css Color HEX #B1CCFF Pale Cornflower Blue

📋 copy color: '#B1CCFF'

red 177 ◦ green 204 ◦ blue 255

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

Shades of Pale Cornflower Blue #B1CCFF

Tints of Pale Cornflower Blue #B1CCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.08%

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

R = 27.83%
G = 32.08%
B = 40.09%

CMYK

 C value IS 0.31

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B1CCFF (or 0xB1CCFF) is known color: Pale Cornflower Blue. HEX triplet: B1, CC and FF. RGB value is (177,204,255). Sum of RGB (Red+Green+Blue) = 177+204+255=636 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.83% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CCFF is #4E3300. Grayscale: #C9C9C9. Windows color (decimal): -5124865 or 16764081. OLE color: 16764081.

HSL color Cylindrical-coordinate representation of color #B1CCFF: hue angle of 219.23º 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 #B1CCFF is Cyan = 0.31, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 204 255 -
CMYK 0.31 0.2 0 0
HSL 219.23º 1% 0.85% -
HSV(B) 219.23º 0.31% 1% -
XYZ 57.77 59.75 103.1 -
YUV 201.74 158.05 110.35 -
System Red Green Blue C M Y K H S L
Decimal 177 204 255 0.31 0.2 0 0 219.23 1 0.85
Hex B1 CC FF 1F 14 0 0 DB 64 55
Octal 261 314 377 37 24 0 0 333 144 125
Binary 10110001 11001100 11111111 11111 10100 0 0 11011011 1100100 1010101

Color Harmonies of #B1CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CCFF

Black with #B1CCFF

Text Example


Text Example

White with #B1CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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