Html Css Color HEX #BFD9E6 Light Blue

📋 copy color: '#BFD9E6'

red 191 ◦ green 217 ◦ blue 230

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

Shades of Light Blue #BFD9E6

Tints of Light Blue #BFD9E6

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.01%

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

R = 29.94%
G = 34.01%
B = 36.05%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BFD9E6 (or 0xBFD9E6) is known color: Light Blue. HEX triplet: BF, D9 and E6. RGB value is (191,217,230). Sum of RGB (Red+Green+Blue) = 191+217+230=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFD9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD9E6 is #402619. Grayscale: #D2D2D2. Windows color (decimal): -4204058 or 15129023. OLE color: 15129023.

HSL color Cylindrical-coordinate representation of color #BFD9E6: hue angle of 200º 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 #BFD9E6 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 217 230 -
CMYK 0.17 0.06 0 0.10
HSL 200º 0.44% 0.83% -
HSV(B) 200º 0.17% 0.9% -
XYZ 60.58 66.42 84.49 -
YUV 210.71 138.89 113.94 -
System Red Green Blue C M Y K H S L
Decimal 191 217 230 0.17 0.06 0 0.10 200 0.44 0.83
Hex BF D9 E6 11 6 0 A C8 2C 53
Octal 277 331 346 21 6 0 12 310 54 123
Binary 10111111 11011001 11100110 10001 110 0 1010 11001000 101100 1010011

Color Harmonies of #BFD9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD9E6

Black with #BFD9E6

Text Example


Text Example

White with #BFD9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD9E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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