Html Css Color HEX #B1D2EB Pale Cornflower Blue

📋 copy color: '#B1D2EB'

red 177 ◦ green 210 ◦ blue 235

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

Shades of Pale Cornflower Blue #B1D2EB

Tints of Pale Cornflower Blue #B1D2EB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.76%

 BLUE value IS 235 (92.19% from 255) = 37.78%

R = 28.46%
G = 33.76%
B = 37.78%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1D2EB (or 0xB1D2EB) is known color: Pale Cornflower Blue. HEX triplet: B1, D2 and EB. RGB value is (177,210,235). Sum of RGB (Red+Green+Blue) = 177+210+235=622 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.46% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1D2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D2EB is #4E2D14. Grayscale: #CACACA. Windows color (decimal): -5123349 or 15454897. OLE color: 15454897.

HSL color Cylindrical-coordinate representation of color #B1D2EB: hue angle of 205.86º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1D2EB is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 210 235 -
CMYK 0.25 0.11 0 0.08
HSL 205.86º 0.59% 0.81% -
HSV(B) 205.86º 0.25% 0.92% -
XYZ 56.17 61.44 87.5 -
YUV 202.98 146.07 109.47 -
System Red Green Blue C M Y K H S L
Decimal 177 210 235 0.25 0.11 0 0.08 205.86 0.59 0.81
Hex B1 D2 EB 19 B 0 8 CE 3B 51
Octal 261 322 353 31 13 0 10 316 73 121
Binary 10110001 11010010 11101011 11001 1011 0 1000 11001110 111011 1010001

Color Harmonies of #B1D2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D2EB

Black with #B1D2EB

Text Example


Text Example

White with #B1D2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D2EB; }

 p { color: rgb(177,210,235); }

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

background-color css

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

 a { background-color: rgb(177,210,235); }

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

border-color css

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

 span { border-color: rgb(177,210,235); }

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