Html Css Color HEX #B1D0FA Pale Cornflower Blue

📋 copy color: '#B1D0FA'

red 177 ◦ green 208 ◦ blue 250

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

Shades of Pale Cornflower Blue #B1D0FA

Tints of Pale Cornflower Blue #B1D0FA

RGB

 RED value IS 177 (69.53% from 255) = 27.87%

 GREEN value IS 208 (81.64% from 255) = 32.76%

 BLUE value IS 250 (98.05% from 255) = 39.37%

R = 27.87%
G = 32.76%
B = 39.37%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B1D0FA (or 0xB1D0FA) is known color: Pale Cornflower Blue. HEX triplet: B1, D0 and FA. RGB value is (177,208,250). Sum of RGB (Red+Green+Blue) = 177+208+250=635 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.87% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1D0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1D0FA is #4E2F05. Grayscale: #CBCBCB. Windows color (decimal): -5123846 or 16437425. OLE color: 16437425.

HSL color Cylindrical-coordinate representation of color #B1D0FA: hue angle of 214.52º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1D0FA is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 208 250 -
CMYK 0.29 0.17 0 0.02
HSL 214.52º 0.88% 0.84% -
HSV(B) 214.52º 0.29% 0.98% -
XYZ 57.94 61.36 99.23 -
YUV 203.52 154.23 109.08 -
System Red Green Blue C M Y K H S L
Decimal 177 208 250 0.29 0.17 0 0.02 214.52 0.88 0.84
Hex B1 D0 FA 1D 11 0 2 D7 58 54
Octal 261 320 372 35 21 0 2 327 130 124
Binary 10110001 11010000 11111010 11101 10001 0 10 11010111 1011000 1010100

Color Harmonies of #B1D0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D0FA

Black with #B1D0FA

Text Example


Text Example

White with #B1D0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D0FA; }

 p { color: rgb(177,208,250); }

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

background-color css

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

 a { background-color: rgb(177,208,250); }

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

border-color css

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

 span { border-color: rgb(177,208,250); }

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