Html Css Color HEX #B5CFFE Pale Cornflower Blue

📋 copy color: '#B5CFFE'

red 181 ◦ green 207 ◦ blue 254

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

Shades of Pale Cornflower Blue #B5CFFE

Tints of Pale Cornflower Blue #B5CFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.56%

R = 28.19%
G = 32.24%
B = 39.56%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B5CFFE (or 0xB5CFFE) is known color: Pale Cornflower Blue. HEX triplet: B5, CF and FE. RGB value is (181,207,254). Sum of RGB (Red+Green+Blue) = 181+207+254=642 (85% of max value = 765). Red value is 181 (71.09% from 255 or 28.19% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5CFFE is #4A3001. Grayscale: #CCCCCC. Windows color (decimal): -4861954 or 16699317. OLE color: 16699317.

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

Color convert

RGB 181 207 254 -
CMYK 0.29 0.19 0 0.00
HSL 218.63º 0.97% 0.85% -
HSV(B) 218.63º 0.29% 1% -
XYZ 59.26 61.61 102.53 -
YUV 204.58 155.89 111.18 -
System Red Green Blue C M Y K H S L
Decimal 181 207 254 0.29 0.19 0 0.00 218.63 0.97 0.85
Hex B5 CF FE 1D 13 0 0 DB 61 55
Octal 265 317 376 35 23 0 0 333 141 125
Binary 10110101 11001111 11111110 11101 10011 0 0 11011011 1100001 1010101

Color Harmonies of #B5CFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CFFE

Black with #B5CFFE

Text Example


Text Example

White with #B5CFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CFFE; }

 p { color: rgb(181,207,254); }

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

background-color css

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

 a { background-color: rgb(181,207,254); }

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

border-color css

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

 span { border-color: rgb(181,207,254); }

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