Html Css Color HEX #B5CEFF Pale Cornflower Blue

📋 copy color: '#B5CEFF'

red 181 ◦ green 206 ◦ blue 255

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

Shades of Pale Cornflower Blue #B5CEFF

Tints of Pale Cornflower Blue #B5CEFF

RGB

 RED value IS 181 (71.09% from 255) = 28.19%

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

 BLUE value IS 255 (100% from 255) = 39.72%

R = 28.19%
G = 32.09%
B = 39.72%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B5CEFF (or 0xB5CEFF) is known color: Pale Cornflower Blue. HEX triplet: B5, CE and FF. RGB value is (181,206,255). Sum of RGB (Red+Green+Blue) = 181+206+255=642 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.19% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CEFF is #4A3100. Grayscale: #CBCBCB. Windows color (decimal): -4862209 or 16764597. OLE color: 16764597.

HSL color Cylindrical-coordinate representation of color #B5CEFF: hue angle of 219.73º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5CEFF is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 206 255 -
CMYK 0.29 0.19 0 0
HSL 219.73º 1% 0.85% -
HSV(B) 219.73º 0.29% 1% -
XYZ 59.18 61.19 103.3 -
YUV 204.11 156.72 111.52 -
System Red Green Blue C M Y K H S L
Decimal 181 206 255 0.29 0.19 0 0 219.73 1 0.85
Hex B5 CE FF 1D 13 0 0 DC 64 55
Octal 265 316 377 35 23 0 0 334 144 125
Binary 10110101 11001110 11111111 11101 10011 0 0 11011100 1100100 1010101

Color Harmonies of #B5CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CEFF

Black with #B5CEFF

Text Example


Text Example

White with #B5CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CEFF; }

 p { color: rgb(181,206,255); }

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

background-color css

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

 a { background-color: rgb(181,206,255); }

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

border-color css

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

 span { border-color: rgb(181,206,255); }

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