Html Css Color HEX #B2DFFA Columbia Blue

📋 copy color: '#B2DFFA'

red 178 ◦ green 223 ◦ blue 250

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

Shades of Columbia Blue #B2DFFA

Tints of Columbia Blue #B2DFFA

RGB

 RED value IS 178 (69.92% from 255) = 27.34%

 GREEN value IS 223 (87.5% from 255) = 34.25%

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

R = 27.34%
G = 34.25%
B = 38.4%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2DFFA (or 0xB2DFFA) is known color: Columbia Blue. HEX triplet: B2, DF and FA. RGB value is (178,223,250). Sum of RGB (Red+Green+Blue) = 178+223+250=651 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.34% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2DFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DFFA is #4D2005. Grayscale: #D4D4D4. Windows color (decimal): -5054470 or 16441266. OLE color: 16441266.

HSL color Cylindrical-coordinate representation of color #B2DFFA: hue angle of 202.5º 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 #B2DFFA is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 223 250 -
CMYK 0.29 0.11 0 0.02
HSL 202.5º 0.88% 0.84% -
HSV(B) 202.5º 0.29% 0.98% -
XYZ 62 69.14 100.52 -
YUV 212.62 149.09 103.3 -
System Red Green Blue C M Y K H S L
Decimal 178 223 250 0.29 0.11 0 0.02 202.5 0.88 0.84
Hex B2 DF FA 1D B 0 2 CA 58 54
Octal 262 337 372 35 13 0 2 312 130 124
Binary 10110010 11011111 11111010 11101 1011 0 10 11001010 1011000 1010100

Color Harmonies of #B2DFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DFFA

Black with #B2DFFA

Text Example


Text Example

White with #B2DFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DFFA; }

 p { color: rgb(178,223,250); }

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

background-color css

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

 a { background-color: rgb(178,223,250); }

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

border-color css

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

 span { border-color: rgb(178,223,250); }

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