Html Css Color HEX #B4D5F2 Pale Cornflower Blue

📋 copy color: '#B4D5F2'

red 180 ◦ green 213 ◦ blue 242

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

Shades of Pale Cornflower Blue #B4D5F2

Tints of Pale Cornflower Blue #B4D5F2

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.54%

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

R = 28.35%
G = 33.54%
B = 38.11%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B4D5F2 (or 0xB4D5F2) is known color: Pale Cornflower Blue. HEX triplet: B4, D5 and F2. RGB value is (180,213,242). Sum of RGB (Red+Green+Blue) = 180+213+242=635 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.35% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #B4D5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4D5F2 is #4B2A0D. Grayscale: #CECECE. Windows color (decimal): -4925966 or 15914420. OLE color: 15914420.

HSL color Cylindrical-coordinate representation of color #B4D5F2: hue angle of 208.06º 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 #B4D5F2 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 213 242 -
CMYK 0.26 0.12 0 0.05
HSL 208.06º 0.7% 0.83% -
HSV(B) 208.06º 0.26% 0.95% -
XYZ 58.64 63.7 93.21 -
YUV 206.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 180 213 242 0.26 0.12 0 0.05 208.06 0.7 0.83
Hex B4 D5 F2 1A C 0 5 D0 46 53
Octal 264 325 362 32 14 0 5 320 106 123
Binary 10110100 11010101 11110010 11010 1100 0 101 11010000 1000110 1010011

Color Harmonies of #B4D5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D5F2

Black with #B4D5F2

Text Example


Text Example

White with #B4D5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D5F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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