Html Css Color HEX #B1CEF4 Pale Cornflower Blue

📋 copy color: '#B1CEF4'

red 177 ◦ green 206 ◦ blue 244

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

Shades of Pale Cornflower Blue #B1CEF4

Tints of Pale Cornflower Blue #B1CEF4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.85%

 BLUE value IS 244 (95.7% from 255) = 38.92%

R = 28.23%
G = 32.85%
B = 38.92%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B1CEF4 (or 0xB1CEF4) is known color: Pale Cornflower Blue. HEX triplet: B1, CE and F4. RGB value is (177,206,244). Sum of RGB (Red+Green+Blue) = 177+206+244=627 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.23% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 244 (95.70% from 255 or 38.92% from 627); Max value from RGB is 244 - color contains mainly: blue. Hex color #B1CEF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CEF4 is #4E310B. Grayscale: #C9C9C9. Windows color (decimal): -5124364 or 16043697. OLE color: 16043697.

HSL color Cylindrical-coordinate representation of color #B1CEF4: hue angle of 214.03º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1CEF4 is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 206 244 -
CMYK 0.27 0.16 0 0.04
HSL 214.03º 0.75% 0.83% -
HSV(B) 214.03º 0.27% 0.96% -
XYZ 56.53 60.02 94.19 -
YUV 201.66 151.89 110.41 -
System Red Green Blue C M Y K H S L
Decimal 177 206 244 0.27 0.16 0 0.04 214.03 0.75 0.83
Hex B1 CE F4 1B 10 0 4 D6 4B 53
Octal 261 316 364 33 20 0 4 326 113 123
Binary 10110001 11001110 11110100 11011 10000 0 100 11010110 1001011 1010011

Color Harmonies of #B1CEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CEF4

Black with #B1CEF4

Text Example


Text Example

White with #B1CEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CEF4; }

 p { color: rgb(177,206,244); }

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

background-color css

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

 a { background-color: rgb(177,206,244); }

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

border-color css

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

 span { border-color: rgb(177,206,244); }

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