Html Css Color HEX #B4D7F1 Pale Cornflower Blue

📋 copy color: '#B4D7F1'

red 180 ◦ green 215 ◦ blue 241

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

Shades of Pale Cornflower Blue #B4D7F1

Tints of Pale Cornflower Blue #B4D7F1

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.81%

 BLUE value IS 241 (94.53% from 255) = 37.89%

R = 28.3%
G = 33.81%
B = 37.89%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B4D7F1 (or 0xB4D7F1) is known color: Pale Cornflower Blue. HEX triplet: B4, D7 and F1. RGB value is (180,215,241). Sum of RGB (Red+Green+Blue) = 180+215+241=636 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.30% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #B4D7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4D7F1 is #4B280E. Grayscale: #CFCFCF. Windows color (decimal): -4925455 or 15849396. OLE color: 15849396.

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

Color convert

RGB 180 215 241 -
CMYK 0.25 0.11 0 0.05
HSL 205.57º 0.69% 0.83% -
HSV(B) 205.57º 0.25% 0.95% -
XYZ 59 64.66 92.59 -
YUV 207.5 146.9 108.39 -
System Red Green Blue C M Y K H S L
Decimal 180 215 241 0.25 0.11 0 0.05 205.57 0.69 0.83
Hex B4 D7 F1 19 B 0 5 CE 45 53
Octal 264 327 361 31 13 0 5 316 105 123
Binary 10110100 11010111 11110001 11001 1011 0 101 11001110 1000101 1010011

Color Harmonies of #B4D7F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D7F1

Black with #B4D7F1

Text Example


Text Example

White with #B4D7F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D7F1; }

 p { color: rgb(180,215,241); }

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

background-color css

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

 a { background-color: rgb(180,215,241); }

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

border-color css

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

 span { border-color: rgb(180,215,241); }

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