Html Css Color HEX #B1CFF1 Pale Cornflower Blue

📋 copy color: '#B1CFF1'

red 177 ◦ green 207 ◦ blue 241

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

Shades of Pale Cornflower Blue #B1CFF1

Tints of Pale Cornflower Blue #B1CFF1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.12%

 BLUE value IS 241 (94.53% from 255) = 38.56%

R = 28.32%
G = 33.12%
B = 38.56%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B1CFF1 (or 0xB1CFF1) is known color: Pale Cornflower Blue. HEX triplet: B1, CF and F1. RGB value is (177,207,241). Sum of RGB (Red+Green+Blue) = 177+207+241=625 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.32% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #B1CFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CFF1 is #4E300E. Grayscale: #C9C9C9. Windows color (decimal): -5124111 or 15847345. OLE color: 15847345.

HSL color Cylindrical-coordinate representation of color #B1CFF1: hue angle of 211.88º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1CFF1 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 207 241 -
CMYK 0.27 0.14 0 0.05
HSL 211.88º 0.7% 0.82% -
HSV(B) 211.88º 0.27% 0.95% -
XYZ 56.32 60.32 91.89 -
YUV 201.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 177 207 241 0.27 0.14 0 0.05 211.88 0.7 0.82
Hex B1 CF F1 1B E 0 5 D4 46 52
Octal 261 317 361 33 16 0 5 324 106 122
Binary 10110001 11001111 11110001 11011 1110 0 101 11010100 1000110 1010010

Color Harmonies of #B1CFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CFF1

Black with #B1CFF1

Text Example


Text Example

White with #B1CFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CFF1; }

 p { color: rgb(177,207,241); }

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

background-color css

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

 a { background-color: rgb(177,207,241); }

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

border-color css

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

 span { border-color: rgb(177,207,241); }

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