Html Css Color HEX #B4DBF4 Pale Cornflower Blue

📋 copy color: '#B4DBF4'

red 180 ◦ green 219 ◦ blue 244

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

Shades of Pale Cornflower Blue #B4DBF4

Tints of Pale Cornflower Blue #B4DBF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 37.95%

R = 27.99%
G = 34.06%
B = 37.95%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B4DBF4 (or 0xB4DBF4) is known color: Pale Cornflower Blue. HEX triplet: B4, DB and F4. RGB value is (180,219,244). Sum of RGB (Red+Green+Blue) = 180+219+244=643 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.99% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 244 (95.70% from 255 or 37.95% from 643); Max value from RGB is 244 - color contains mainly: blue. Hex color #B4DBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DBF4 is #4B240B. Grayscale: #D2D2D2. Windows color (decimal): -4924428 or 16047028. OLE color: 16047028.

HSL color Cylindrical-coordinate representation of color #B4DBF4: hue angle of 203.44º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4DBF4 is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 180 219 244 -
CMYK 0.26 0.10 0 0.04
HSL 203.44º 0.74% 0.83% -
HSV(B) 203.44º 0.26% 0.96% -
XYZ 60.48 66.9 95.31 -
YUV 210.19 147.08 106.47 -
System Red Green Blue C M Y K H S L
Decimal 180 219 244 0.26 0.10 0 0.04 203.44 0.74 0.83
Hex B4 DB F4 1A A 0 4 CB 4A 53
Octal 264 333 364 32 12 0 4 313 112 123
Binary 10110100 11011011 11110100 11010 1010 0 100 11001011 1001010 1010011

Color Harmonies of #B4DBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DBF4

Black with #B4DBF4

Text Example


Text Example

White with #B4DBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DBF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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