Html Css Color HEX #B4D3F2 Pale Cornflower Blue

📋 copy color: '#B4D3F2'

red 180 ◦ green 211 ◦ blue 242

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

Shades of Pale Cornflower Blue #B4D3F2

Tints of Pale Cornflower Blue #B4D3F2

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.33%

 BLUE value IS 242 (94.92% from 255) = 38.23%

R = 28.44%
G = 33.33%
B = 38.23%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B4D3F2 (or 0xB4D3F2) is known color: Pale Cornflower Blue. HEX triplet: B4, D3 and F2. RGB value is (180,211,242). Sum of RGB (Red+Green+Blue) = 180+211+242=633 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.44% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #B4D3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4D3F2 is #4B2C0D. Grayscale: #CDCDCD. Windows color (decimal): -4926478 or 15913908. OLE color: 15913908.

HSL color Cylindrical-coordinate representation of color #B4D3F2: hue angle of 210º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4D3F2 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 211 242 -
CMYK 0.26 0.13 0 0.05
HSL 210º 0.7% 0.83% -
HSV(B) 210º 0.26% 0.95% -
XYZ 58.14 62.7 93.04 -
YUV 205.27 148.73 109.98 -
System Red Green Blue C M Y K H S L
Decimal 180 211 242 0.26 0.13 0 0.05 210 0.7 0.83
Hex B4 D3 F2 1A D 0 5 D2 46 53
Octal 264 323 362 32 15 0 5 322 106 123
Binary 10110100 11010011 11110010 11010 1101 0 101 11010010 1000110 1010011

Color Harmonies of #B4D3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D3F2

Black with #B4D3F2

Text Example


Text Example

White with #B4D3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D3F2; }

 p { color: rgb(180,211,242); }

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

background-color css

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

 a { background-color: rgb(180,211,242); }

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

border-color css

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

 span { border-color: rgb(180,211,242); }

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