Html Css Color HEX #BFD4DA Light Blue

📋 copy color: '#BFD4DA'

red 191 ◦ green 212 ◦ blue 218

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

Shades of Light Blue #BFD4DA

Tints of Light Blue #BFD4DA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.14%

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

R = 30.76%
G = 34.14%
B = 35.1%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BFD4DA (or 0xBFD4DA) is known color: Light Blue. HEX triplet: BF, D4 and DA. RGB value is (191,212,218). Sum of RGB (Red+Green+Blue) = 191+212+218=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFD4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD4DA is #402B25. Grayscale: #CECECE. Windows color (decimal): -4205350 or 14341311. OLE color: 14341311.

HSL color Cylindrical-coordinate representation of color #BFD4DA: hue angle of 193.33º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFD4DA is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 212 218 -
CMYK 0.12 0.03 0 0.15
HSL 193.33º 0.27% 0.8% -
HSV(B) 193.33º 0.12% 0.85% -
XYZ 57.68 63.23 75.49 -
YUV 206.41 134.54 117.01 -
System Red Green Blue C M Y K H S L
Decimal 191 212 218 0.12 0.03 0 0.15 193.33 0.27 0.8
Hex BF D4 DA C 3 0 F C1 1B 50
Octal 277 324 332 14 3 0 17 301 33 120
Binary 10111111 11010100 11011010 1100 11 0 1111 11000001 11011 1010000

Color Harmonies of #BFD4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD4DA

Black with #BFD4DA

Text Example


Text Example

White with #BFD4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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