Html Css Color HEX #B4CFFE Pale Cornflower Blue

📋 copy color: '#B4CFFE'

red 180 ◦ green 207 ◦ blue 254

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

Shades of Pale Cornflower Blue #B4CFFE

Tints of Pale Cornflower Blue #B4CFFE

RGB

 RED value IS 180 (70.7% from 255) = 28.08%

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

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

R = 28.08%
G = 32.29%
B = 39.63%

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

#B4CFFE (or 0xB4CFFE) is known color: Pale Cornflower Blue. HEX triplet: B4, CF and FE. RGB value is (180,207,254). Sum of RGB (Red+Green+Blue) = 180+207+254=641 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.08% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CFFE is #4B3001. Grayscale: #CCCCCC. Windows color (decimal): -4927490 or 16699316. OLE color: 16699316.

HSL color Cylindrical-coordinate representation of color #B4CFFE: hue angle of 218.11º 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 #B4CFFE is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 180 207 254 -
CMYK 0.29 0.19 0 0.00
HSL 218.11º 0.97% 0.85% -
HSV(B) 218.11º 0.29% 1% -
XYZ 59.02 61.48 102.52 -
YUV 204.29 156.05 110.68 -
System Red Green Blue C M Y K H S L
Decimal 180 207 254 0.29 0.19 0 0.00 218.11 0.97 0.85
Hex B4 CF FE 1D 13 0 0 DA 61 55
Octal 264 317 376 35 23 0 0 332 141 125
Binary 10110100 11001111 11111110 11101 10011 0 0 11011010 1100001 1010101

Color Harmonies of #B4CFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CFFE

Black with #B4CFFE

Text Example


Text Example

White with #B4CFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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