Html Css Color HEX #B0CFF3 Pale Cornflower Blue

📋 copy color: '#B0CFF3'

red 176 ◦ green 207 ◦ blue 243

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

Shades of Pale Cornflower Blue #B0CFF3

Tints of Pale Cornflower Blue #B0CFF3

RGB

 RED value IS 176 (69.14% from 255) = 28.12%

 GREEN value IS 207 (81.25% from 255) = 33.07%

 BLUE value IS 243 (95.31% from 255) = 38.82%

R = 28.12%
G = 33.07%
B = 38.82%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B0CFF3 (or 0xB0CFF3) is known color: Pale Cornflower Blue. HEX triplet: B0, CF and F3. RGB value is (176,207,243). Sum of RGB (Red+Green+Blue) = 176+207+243=626 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.12% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #B0CFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CFF3 is #4F300C. Grayscale: #C9C9C9. Windows color (decimal): -5189645 or 15978416. OLE color: 15978416.

HSL color Cylindrical-coordinate representation of color #B0CFF3: hue angle of 212.24º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0CFF3 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 207 243 -
CMYK 0.28 0.15 0 0.05
HSL 212.24º 0.74% 0.82% -
HSV(B) 212.24º 0.28% 0.95% -
XYZ 56.39 60.33 93.47 -
YUV 201.84 151.23 109.57 -
System Red Green Blue C M Y K H S L
Decimal 176 207 243 0.28 0.15 0 0.05 212.24 0.74 0.82
Hex B0 CF F3 1C F 0 5 D4 4A 52
Octal 260 317 363 34 17 0 5 324 112 122
Binary 10110000 11001111 11110011 11100 1111 0 101 11010100 1001010 1010010

Color Harmonies of #B0CFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CFF3

Black with #B0CFF3

Text Example


Text Example

White with #B0CFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CFF3; }

 p { color: rgb(176,207,243); }

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

background-color css

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

 a { background-color: rgb(176,207,243); }

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

border-color css

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

 span { border-color: rgb(176,207,243); }

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