Html Css Color HEX #B1CFF3 Pale Cornflower Blue

📋 copy color: '#B1CFF3'

red 177 ◦ green 207 ◦ blue 243

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

Shades of Pale Cornflower Blue #B1CFF3

Tints of Pale Cornflower Blue #B1CFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.76%

R = 28.23%
G = 33.01%
B = 38.76%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B1CFF3 (or 0xB1CFF3) is known color: Pale Cornflower Blue. HEX triplet: B1, CF and F3. RGB value is (177,207,243). Sum of RGB (Red+Green+Blue) = 177+207+243=627 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.23% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #B1CFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CFF3 is #4E300C. Grayscale: #C9C9C9. Windows color (decimal): -5124109 or 15978417. OLE color: 15978417.

HSL color Cylindrical-coordinate representation of color #B1CFF3: hue angle of 212.73º degrees, saturation: 0.73, 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 #B1CFF3 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 207 243 -
CMYK 0.27 0.15 0 0.05
HSL 212.73º 0.73% 0.82% -
HSV(B) 212.73º 0.27% 0.95% -
XYZ 56.62 60.44 93.48 -
YUV 202.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 177 207 243 0.27 0.15 0 0.05 212.73 0.73 0.82
Hex B1 CF F3 1B F 0 5 D5 49 52
Octal 261 317 363 33 17 0 5 325 111 122
Binary 10110001 11001111 11110011 11011 1111 0 101 11010101 1001001 1010010

Color Harmonies of #B1CFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CFF3

Black with #B1CFF3

Text Example


Text Example

White with #B1CFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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