Html Css Color HEX #B4DBFE Pale Cornflower Blue

📋 copy color: '#B4DBFE'

red 180 ◦ green 219 ◦ blue 254

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

Shades of Pale Cornflower Blue #B4DBFE

Tints of Pale Cornflower Blue #B4DBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.54%

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

R = 27.57%
G = 33.54%
B = 38.9%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B4DBFE (or 0xB4DBFE) is known color: Pale Cornflower Blue. HEX triplet: B4, DB and FE. RGB value is (180,219,254). Sum of RGB (Red+Green+Blue) = 180+219+254=653 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.57% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4DBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DBFE is #4B2401. Grayscale: #D3D3D3. Windows color (decimal): -4924418 or 16702388. OLE color: 16702388.

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

Color convert

RGB 180 219 254 -
CMYK 0.29 0.14 0 0.00
HSL 208.38º 0.97% 0.85% -
HSV(B) 208.38º 0.29% 1% -
XYZ 62.04 67.52 103.53 -
YUV 211.33 152.08 105.65 -
System Red Green Blue C M Y K H S L
Decimal 180 219 254 0.29 0.14 0 0.00 208.38 0.97 0.85
Hex B4 DB FE 1D E 0 0 D0 61 55
Octal 264 333 376 35 16 0 0 320 141 125
Binary 10110100 11011011 11111110 11101 1110 0 0 11010000 1100001 1010101

Color Harmonies of #B4DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DBFE

Black with #B4DBFE

Text Example


Text Example

White with #B4DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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