Html Css Color HEX #B4CEDA Light Blue

📋 copy color: '#B4CEDA'

red 180 ◦ green 206 ◦ blue 218

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

Shades of Light Blue #B4CEDA

Tints of Light Blue #B4CEDA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.11%

 BLUE value IS 218 (85.55% from 255) = 36.09%

R = 29.8%
G = 34.11%
B = 36.09%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B4CEDA (or 0xB4CEDA) is known color: Light Blue. HEX triplet: B4, CE and DA. RGB value is (180,206,218). Sum of RGB (Red+Green+Blue) = 180+206+218=604 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.80% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #B4CEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CEDA is #4B3125. Grayscale: #C7C7C7. Windows color (decimal): -4927782 or 14339764. OLE color: 14339764.

HSL color Cylindrical-coordinate representation of color #B4CEDA: hue angle of 198.95º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4CEDA is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 206 218 -
CMYK 0.17 0.06 0 0.15
HSL 198.95º 0.34% 0.78% -
HSV(B) 198.95º 0.17% 0.85% -
XYZ 53.55 58.91 74.88 -
YUV 199.59 138.39 114.02 -
System Red Green Blue C M Y K H S L
Decimal 180 206 218 0.17 0.06 0 0.15 198.95 0.34 0.78
Hex B4 CE DA 11 6 0 F C7 22 4E
Octal 264 316 332 21 6 0 17 307 42 116
Binary 10110100 11001110 11011010 10001 110 0 1111 11000111 100010 1001110

Color Harmonies of #B4CEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CEDA

Black with #B4CEDA

Text Example


Text Example

White with #B4CEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CEDA; }

 p { color: rgb(180,206,218); }

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

background-color css

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

 a { background-color: rgb(180,206,218); }

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

border-color css

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

 span { border-color: rgb(180,206,218); }

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