Html Css Color HEX #BFDAE6 Light Blue

📋 copy color: '#BFDAE6'

red 191 ◦ green 218 ◦ blue 230

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

Shades of Light Blue #BFDAE6

Tints of Light Blue #BFDAE6

RGB

 RED value IS 191 (75% from 255) = 29.89%

 GREEN value IS 218 (85.55% from 255) = 34.12%

 BLUE value IS 230 (90.23% from 255) = 35.99%

R = 29.89%
G = 34.12%
B = 35.99%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BFDAE6 (or 0xBFDAE6) is known color: Light Blue. HEX triplet: BF, DA and E6. RGB value is (191,218,230). Sum of RGB (Red+Green+Blue) = 191+218+230=639 (84% of max value = 765). Red value is 191 (75% from 255 or 29.89% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFDAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDAE6 is #402519. Grayscale: #D3D3D3. Windows color (decimal): -4203802 or 15129279. OLE color: 15129279.

HSL color Cylindrical-coordinate representation of color #BFDAE6: hue angle of 198.46º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFDAE6 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 218 230 -
CMYK 0.17 0.05 0 0.10
HSL 198.46º 0.44% 0.83% -
HSV(B) 198.46º 0.17% 0.9% -
XYZ 60.84 66.93 84.58 -
YUV 211.3 138.55 113.52 -
System Red Green Blue C M Y K H S L
Decimal 191 218 230 0.17 0.05 0 0.10 198.46 0.44 0.83
Hex BF DA E6 11 5 0 A C6 2C 53
Octal 277 332 346 21 5 0 12 306 54 123
Binary 10111111 11011010 11100110 10001 101 0 1010 11000110 101100 1010011

Color Harmonies of #BFDAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDAE6

Black with #BFDAE6

Text Example


Text Example

White with #BFDAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDAE6; }

 p { color: rgb(191,218,230); }

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

background-color css

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

 a { background-color: rgb(191,218,230); }

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

border-color css

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

 span { border-color: rgb(191,218,230); }

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