Html Css Color HEX #B1CFF0 Pale Cornflower Blue

📋 copy color: '#B1CFF0'

red 177 ◦ green 207 ◦ blue 240

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

Shades of Pale Cornflower Blue #B1CFF0

Tints of Pale Cornflower Blue #B1CFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.46%

R = 28.37%
G = 33.17%
B = 38.46%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B1CFF0 (or 0xB1CFF0) is known color: Pale Cornflower Blue. HEX triplet: B1, CF and F0. RGB value is (177,207,240). Sum of RGB (Red+Green+Blue) = 177+207+240=624 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.37% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #B1CFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CFF0 is #4E300F. Grayscale: #C9C9C9. Windows color (decimal): -5124112 or 15781809. OLE color: 15781809.

HSL color Cylindrical-coordinate representation of color #B1CFF0: hue angle of 211.43º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1CFF0 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 207 240 -
CMYK 0.26 0.14 0 0.06
HSL 211.43º 0.68% 0.82% -
HSV(B) 211.43º 0.26% 0.94% -
XYZ 56.17 60.26 91.11 -
YUV 201.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 177 207 240 0.26 0.14 0 0.06 211.43 0.68 0.82
Hex B1 CF F0 1A E 0 6 D3 44 52
Octal 261 317 360 32 16 0 6 323 104 122
Binary 10110001 11001111 11110000 11010 1110 0 110 11010011 1000100 1010010

Color Harmonies of #B1CFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CFF0

Black with #B1CFF0

Text Example


Text Example

White with #B1CFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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