Html Css Color HEX #BFDAE8 Light Blue

📋 copy color: '#BFDAE8'

red 191 ◦ green 218 ◦ blue 232

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

Shades of Light Blue #BFDAE8

Tints of Light Blue #BFDAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.19%

R = 29.8%
G = 34.01%
B = 36.19%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFDAE8 (or 0xBFDAE8) is known color: Light Blue. HEX triplet: BF, DA and E8. RGB value is (191,218,232). Sum of RGB (Red+Green+Blue) = 191+218+232=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFDAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDAE8 is #402517. Grayscale: #D3D3D3. Windows color (decimal): -4203800 or 15260351. OLE color: 15260351.

HSL color Cylindrical-coordinate representation of color #BFDAE8: hue angle of 200.49º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFDAE8 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 218 232 -
CMYK 0.18 0.06 0 0.09
HSL 200.49º 0.47% 0.83% -
HSV(B) 200.49º 0.18% 0.91% -
XYZ 61.12 67.05 86.06 -
YUV 211.52 139.55 113.36 -
System Red Green Blue C M Y K H S L
Decimal 191 218 232 0.18 0.06 0 0.09 200.49 0.47 0.83
Hex BF DA E8 12 6 0 9 C8 2F 53
Octal 277 332 350 22 6 0 11 310 57 123
Binary 10111111 11011010 11101000 10010 110 0 1001 11001000 101111 1010011

Color Harmonies of #BFDAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDAE8

Black with #BFDAE8

Text Example


Text Example

White with #BFDAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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