Html Css Color HEX #B1CFFA Pale Cornflower Blue

📋 copy color: '#B1CFFA'

red 177 ◦ green 207 ◦ blue 250

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

Shades of Pale Cornflower Blue #B1CFFA

Tints of Pale Cornflower Blue #B1CFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.43%

R = 27.92%
G = 32.65%
B = 39.43%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B1CFFA (or 0xB1CFFA) is known color: Pale Cornflower Blue. HEX triplet: B1, CF and FA. RGB value is (177,207,250). Sum of RGB (Red+Green+Blue) = 177+207+250=634 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.92% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1CFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CFFA is #4E3005. Grayscale: #CACACA. Windows color (decimal): -5124102 or 16437169. OLE color: 16437169.

HSL color Cylindrical-coordinate representation of color #B1CFFA: hue angle of 215.34º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1CFFA is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 207 250 -
CMYK 0.29 0.17 0 0.02
HSL 215.34º 0.88% 0.84% -
HSV(B) 215.34º 0.29% 0.98% -
XYZ 57.7 60.87 99.15 -
YUV 202.93 154.56 109.5 -
System Red Green Blue C M Y K H S L
Decimal 177 207 250 0.29 0.17 0 0.02 215.34 0.88 0.84
Hex B1 CF FA 1D 11 0 2 D7 58 54
Octal 261 317 372 35 21 0 2 327 130 124
Binary 10110001 11001111 11111010 11101 10001 0 10 11010111 1011000 1010100

Color Harmonies of #B1CFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CFFA

Black with #B1CFFA

Text Example


Text Example

White with #B1CFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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